added issue templates
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
name: Bug
|
||||||
|
about: Something is broken
|
||||||
|
labels: bug
|
||||||
|
---
|
||||||
|
|
||||||
|
**What happens**
|
||||||
|
|
||||||
|
**What should happen**
|
||||||
|
|
||||||
|
**Repro steps**
|
||||||
|
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
|
||||||
|
**GDD reference (if relevant):** §
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
name: System work
|
||||||
|
about: A piece of code/system implementation
|
||||||
|
labels: system
|
||||||
|
---
|
||||||
|
|
||||||
|
**GDD reference:**
|
||||||
|
|
||||||
|
**Goal**
|
||||||
|
|
||||||
|
<!-- One sentence: what this issue accomplishes -->
|
||||||
|
|
||||||
|
**Acceptance criteria**
|
||||||
|
|
||||||
|
- [ ]
|
||||||
|
- [ ]
|
||||||
|
|
||||||
|
**Dependencies**
|
||||||
|
|
||||||
|
<!-- Issues that must be done first -->
|
||||||
|
|
||||||
|
**Notes**
|
||||||
|
|
||||||
|
<!-- Open questions, design caveats, links -->
|
||||||
Reference in New Issue
Block a user