Add .github/issue_template/bug.md

Added bug template
This commit is contained in:
Zakary Timson 2023-08-02 14:29:15 +00:00
parent 99dc8aadac
commit 0875eb4ee5

34
.github/issue_template/bug.md vendored Normal file
View 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"