From cfdaac588bfb3803e9e13a9add71c3baeab9b9fd Mon Sep 17 00:00:00 2001 From: Garrett Cox Date: Wed, 22 May 2024 16:32:58 -0500 Subject: [PATCH] Add issue templates (#453) --- .github/ISSUE_TEMPLATE/accuracy_issue.md | 26 +++++++++++++++++ .github/ISSUE_TEMPLATE/crash_report.md | 34 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/general_bug.md | 37 ++++++++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/accuracy_issue.md create mode 100644 .github/ISSUE_TEMPLATE/crash_report.md create mode 100644 .github/ISSUE_TEMPLATE/general_bug.md diff --git a/.github/ISSUE_TEMPLATE/accuracy_issue.md b/.github/ISSUE_TEMPLATE/accuracy_issue.md new file mode 100644 index 000000000..cb2388154 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/accuracy_issue.md @@ -0,0 +1,26 @@ +--- +name: Accuracy Issue +about: Report a discrepancy or inaccuracy in the game +title: "Description of the inaccuracy" +labels: bug +assignees: '' +--- + +- [ ] I have checked checked the known issues and searched Github to ensure this issue has not already been reported. + +### Description of the inaccuracy: + + +### Screenshots or videos of 2Ship's behavior: + +### Screenshots or videos of the original hardware's behavior: + + +### System Information: +- OS: +- GFX Backend: Metal, OpenGL, or DirectX +- Game Version: +- Rom Version: + +### Additional Information: + diff --git a/.github/ISSUE_TEMPLATE/crash_report.md b/.github/ISSUE_TEMPLATE/crash_report.md new file mode 100644 index 000000000..941153ee6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/crash_report.md @@ -0,0 +1,34 @@ +--- +name: Crash Report +about: Report a crash, unexpected exit, or freeze +title: "Description of the crash" +labels: bug, crash +assignees: '' +--- + +### Description of the crash: + + +### Can you reproduce? If so please list the steps: +- [ ] No, I cannot reproduce this crash +- [ ] Yes, here are the steps to reproduce the crash: + + +### Screenshots or videos: + + +### Logs: + + +### System Information: +- OS: +- GFX Backend: Metal, OpenGL, or DirectX +- Game Version: +- Rom Version: + +### Additional Information: + diff --git a/.github/ISSUE_TEMPLATE/general_bug.md b/.github/ISSUE_TEMPLATE/general_bug.md new file mode 100644 index 000000000..2412a656e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general_bug.md @@ -0,0 +1,37 @@ +--- +name: General Bug +about: Other bugs related to 2Ship and it's features +title: "Description of the bug" +labels: bug +assignees: '' +--- + +- [ ] I have checked the known issues and searched Github to ensure this issue has not already been reported. +- [ ] This is not a feature request, I know those belong on Discord/Github Discussions. + +### Description of the bug: + + +### Can you reproduce? If so please list the steps: +- [ ] No, I cannot reproduce this bug +- [ ] Yes, here are the steps to reproduce the bug: + + +### Expected behavior: + + +### Screenshots or videos: + + +### System Information: +- OS: +- GFX Backend: Metal, OpenGL, or DirectX +- Game Version: +- Rom Version: + +### Additional Information: +