Add .github/issue_template/bug.md
Added bug template
This commit is contained in:
parent
99dc8aadac
commit
0875eb4ee5
34
.github/issue_template/bug.md
vendored
Normal file
34
.github/issue_template/bug.md
vendored
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# Bug Report
|
||||||
|
|
||||||
|
I tried to ...
|
||||||
|
|
||||||
|
But instead ...
|
||||||
|
|
||||||
|
## Steps to Reproduce
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
## Logs
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
|
||||||
|
## Tasks
|
||||||
|
- [ ] Vetted by business
|
||||||
|
- [ ] Prioritized & approved by PO
|
||||||
|
- [ ] Refined
|
||||||
|
- [ ] Assigned an Epic
|
||||||
|
- [ ] Broken down into dev tasks
|
||||||
|
- [ ] Estimated wieght
|
||||||
|
- [ ] Adjusted labels
|
||||||
|
- Scope?
|
||||||
|
- Requires QA testing? `QA`
|
||||||
|
- Added `Workflow::Ready`
|
||||||
|
- Remove `Refine`
|
||||||
|
|
||||||
|
<!-- DO NOT EDIT PAST HERE -->
|
||||||
|
/relabel ~"Refine" ~"Type::Bug"
|
Loading…
Reference in New Issue
Block a user