From 1f0ce46441ff6f5ffbbfc84921e617a7a74a2cd3 Mon Sep 17 00:00:00 2001 From: coah <100182500+coah80@users.noreply.github.com> Date: Sat, 7 Mar 2026 04:53:52 -0600 Subject: [PATCH] chore: add issue templates for bugs, features, and crashes --- .github/ISSUE_TEMPLATE/bug_report.md | 24 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/crash_report.md | 21 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 14 +++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/crash_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md 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?** +