chore: add issue templates for bugs, features, and crashes

This commit is contained in:
coah
2026-03-07 04:53:52 -06:00
parent 7a87af26bf
commit 1f0ce46441
3 changed files with 59 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,24 @@
---
name: Bug Report
about: Something broken or not working as expected
labels: bug
---
**What happened?**
**Steps to reproduce**
1.
2.
3.
**Expected behavior**
**Platform / Build**
- OS:
- Branch:
- Commit (if known):
**Screenshots / Logs**

21
.github/ISSUE_TEMPLATE/crash_report.md vendored Normal file
View File

@@ -0,0 +1,21 @@
---
name: Crash Report
about: Game crashes or freezes
labels: crash, priority: high
---
**What were you doing when it crashed?**
**Does it happen every time?**
**Platform / Build**
- OS:
- Branch:
- Commit (if known):
**Crash log / stack trace**
```
```

View File

@@ -0,0 +1,14 @@
---
name: Feature Request
about: Suggest an idea or improvement
labels: feature request
---
**What would you like?**
**Why?**
**Any examples or references?**