added issue templates

This commit is contained in:
2026-05-17 23:25:15 +03:00
parent 26fedadcd8
commit 350acdeede
2 changed files with 40 additions and 0 deletions
+16
View File
@@ -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):** §
+24
View File
@@ -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 -->