Add .github/issue_templates/bug.md
This commit is contained in:
parent
4c151dc301
commit
207fe642d4
30
.github/issue_templates/bug.md
vendored
Normal file
30
.github/issue_templates/bug.md
vendored
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
name: "Bug report"
|
||||||
|
about: "Encountered an issue"
|
||||||
|
ref: "develop"
|
||||||
|
labels:
|
||||||
|
- Type/Bug
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Bug Report
|
||||||
|
<!-- Description of problem -->
|
||||||
|
I tried to ...
|
||||||
|
|
||||||
|
But instead ...
|
||||||
|
|
||||||
|
## Steps to Reproduce
|
||||||
|
<!-- How can developers replicate & test the problem? -->
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
## Logs
|
||||||
|
<!-- Any logs that accompenied the error -->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
<!-- Screenshots (annoted if possible) of the problem -->
|
Loading…
Reference in New Issue
Block a user