diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2024-05-22 16:32:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 16:32:58 -0500 |
| commit | cfdaac588bfb3803e9e13a9add71c3baeab9b9fd (patch) | |
| tree | 2f7db1054efe3138b0fab1859d73c24247a82a98 /.github | |
| parent | 537a5f1bfc2bf632e7af6c7973135f7b89195ca0 (diff) | |
Add issue templates (#453)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/accuracy_issue.md | 26 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/crash_report.md | 34 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/general_bug.md | 37 |
3 files changed, 97 insertions, 0 deletions
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: +<!-- A clear and concise description of what the inaccuracy is and where it occurs in the game. --> + +### Screenshots or videos of 2Ship's behavior: + +### Screenshots or videos of the original hardware's behavior: +<!-- If these were not sourced from original hardware please provide details on where they came from (Ares, Project64, etc) --> + +### System Information: +- OS: +- GFX Backend: Metal, OpenGL, or DirectX +- Game Version: +- Rom Version: + +### Additional Information: +<!-- Add any other context about the problem here. --> 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: +<!-- A clear and concise description of what the crash was and what you were doing when it happened. --> + +### Can you reproduce? If so please list the steps: +- [ ] No, I cannot reproduce this crash +- [ ] Yes, here are the steps to reproduce the crash: +<!-- +1. Warp to... +2. Do this... +3. Crash +--> + +### Screenshots or videos: +<!-- If applicable, add screenshots or videos to help explain your problem. --> + +### Logs: +<!-- Please attach the crash logs or any relevant log files. These are located in the logs/ directory next to the executable or on MacOS in the application support directory --> + +### System Information: +- OS: +- GFX Backend: Metal, OpenGL, or DirectX +- Game Version: +- Rom Version: + +### Additional Information: +<!-- Add any other context about the problem here. --> 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: +<!-- A clear and concise description of what the bug or enhancement is. --> + +### Can you reproduce? If so please list the steps: +- [ ] No, I cannot reproduce this bug +- [ ] Yes, here are the steps to reproduce the bug: +<!-- +1. Go to... +2. Do this... +3. See the bug +--> + +### Expected behavior: +<!-- A clear and concise description of what you expected to happen or what the enhancement should achieve. --> + +### Screenshots or videos: +<!-- If applicable, add screenshots or videos to help explain your problem or suggestion. --> + +### System Information: +- OS: +- GFX Backend: Metal, OpenGL, or DirectX +- Game Version: +- Rom Version: + +### Additional Information: +<!-- Add any other context about the problem or suggestion here. --> |
