mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-27 13:55:34 +03:00
Update and rename 01_feature_request.md to 01_bug_report.md
This commit is contained in:
parent
706777c773
commit
3952af5f94
38
.github/ISSUE_TEMPLATE/01_bug_report.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/01_bug_report.md
vendored
Normal 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 -->
|
Loading…
Reference in New Issue
Block a user