Update and rename 01_feature_request.md to 01_bug_report.md

This commit is contained in:
Howard Wu 2020-07-27 21:18:37 -07:00 committed by GitHub
parent 706777c773
commit 3952af5f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

38
.github/ISSUE_TEMPLATE/01_bug_report.md vendored Normal file
View File

@ -0,0 +1,38 @@
---
name: "\U0001F41B Bug report"
about: Create a bug report if something isn't working 🔧
title: "[Bug]"
labels: bug
assignees: ''
---
## 🐛 Describe the Bug
<!-- A clear and concise description of what the bug is. -->
<!-- To report a security issue, please email security@aleo.org. -->
## Steps to Reproduce
#### Code snippet to reproduce
```rust
# Add code here
```
#### Stack trace & error message
```
// Paste the output here
```
## Expected Behavior
<!-- A clear and concise description of what you expected to happen. -->
## System information
- <!-- Leo Version -->
- <!-- Rust Version -->
- <!-- Computer OS -->