Add issue templates (#453)

This commit is contained in:
Garrett Cox
2024-05-22 16:32:58 -05:00
committed by GitHub
parent 537a5f1bfc
commit cfdaac588b
3 changed files with 97 additions and 0 deletions
+26
View File
@@ -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. -->
+34
View File
@@ -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. -->
+37
View File
@@ -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. -->