Skip to content

Commit 94e881b

Browse files
committed
Copied templates from 2ship
1 parent 8220cfc commit 94e881b

3 files changed

Lines changed: 97 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Accuracy Issue
3+
about: Report a discrepancy or inaccuracy in the game
4+
title: "Description of the inaccuracy"
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
- [ ] I have checked checked the known issues and searched Github to ensure this issue has not already been reported.
10+
11+
### Description of the inaccuracy:
12+
<!-- A clear and concise description of what the inaccuracy is and where it occurs in the game. -->
13+
14+
### Screenshots or videos of Ghostship's behavior:
15+
16+
### Screenshots or videos of the original hardware's behavior:
17+
<!-- If these were not sourced from original hardware please provide details on where they came from (Ares, Project64, etc) -->
18+
19+
### System Information:
20+
- OS:
21+
- GFX Backend: Metal, OpenGL, or DirectX
22+
- Game Version:
23+
- Rom Version:
24+
25+
### Additional Information:
26+
<!-- Add any other context about the problem here. -->
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Crash Report
3+
about: Report a crash, unexpected exit, or freeze
4+
title: "Description of the crash"
5+
labels: bug, crash
6+
assignees: ''
7+
---
8+
9+
### Description of the crash:
10+
<!-- A clear and concise description of what the crash was and what you were doing when it happened. -->
11+
12+
### Can you reproduce? If so please list the steps:
13+
- [ ] No, I cannot reproduce this crash
14+
- [ ] Yes, here are the steps to reproduce the crash:
15+
<!--
16+
1. Warp to...
17+
2. Do this...
18+
3. Crash
19+
-->
20+
21+
### Screenshots or videos:
22+
<!-- If applicable, add screenshots or videos to help explain your problem. -->
23+
24+
### Logs:
25+
<!-- 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 -->
26+
27+
### System Information:
28+
- OS:
29+
- GFX Backend: Metal, OpenGL, or DirectX
30+
- Game Version:
31+
- Rom Version:
32+
33+
### Additional Information:
34+
<!-- Add any other context about the problem here. -->
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: General Bug
3+
about: Other bugs related to Ghostship and it's features
4+
title: "Description of the bug"
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
- [ ] I have checked the known issues and searched Github to ensure this issue has not already been reported.
10+
- [ ] This is not a feature request, I know those belong on Discord/Github Discussions.
11+
12+
### Description of the bug:
13+
<!-- A clear and concise description of what the bug or enhancement is. -->
14+
15+
### Can you reproduce? If so please list the steps:
16+
- [ ] No, I cannot reproduce this bug
17+
- [ ] Yes, here are the steps to reproduce the bug:
18+
<!--
19+
1. Go to...
20+
2. Do this...
21+
3. See the bug
22+
-->
23+
24+
### Expected behavior:
25+
<!-- A clear and concise description of what you expected to happen or what the enhancement should achieve. -->
26+
27+
### Screenshots or videos:
28+
<!-- If applicable, add screenshots or videos to help explain your problem or suggestion. -->
29+
30+
### System Information:
31+
- OS:
32+
- GFX Backend: Metal, OpenGL, or DirectX
33+
- Game Version:
34+
- Rom Version:
35+
36+
### Additional Information:
37+
<!-- Add any other context about the problem or suggestion here. -->

0 commit comments

Comments
 (0)