-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
537a5f1
commit cfdaac5
Showing
3 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. --> |