diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..be1d1212 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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** + diff --git a/.github/ISSUE_TEMPLATE/crash_report.md b/.github/ISSUE_TEMPLATE/crash_report.md new file mode 100644 index 00000000..97586622 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash_report.md @@ -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** +``` + +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..ebdb5db8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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?** +