Skip to content

Commit d5faf93

Browse files
committed
add issue templates
1 parent 236e675 commit d5faf93

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed
+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
name: Report Bug
2+
description: "Report a bug."
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: "A bug/crash report with sufficient information and logs to reproduce and track down."
7+
- type: input
8+
id: discord
9+
attributes:
10+
label: Your GTNH Discord Username
11+
description: Leave empty if you don't have one, but this will make it harder to contact you if we need additional info.
12+
placeholder: "Example: Fake#1234"
13+
- type: input
14+
id: version
15+
attributes:
16+
label: Mod Version
17+
description: "What version of the Mod are you using?"
18+
placeholder: "Example: 1.0.0"
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: report
23+
attributes:
24+
label: Bug Report
25+
description: "Relevant information, as well as relevant logs attached such as `logs/fml-client-latest.log."
26+
placeholder: "Example: https://mclo.gs/ OR submit the file to github by dragging it to this textbox."
27+
validations:
28+
required: true
29+
- type: dropdown
30+
id: java
31+
attributes:
32+
label: Java Version
33+
description: What Java version are you using? It's worth mentioning that if you play on Java9+ you should try update to latest minor release (e.g. prefer Java 17.0.6 over 17.0.2) of that version.
34+
options:
35+
- Java 8
36+
- Java 9
37+
- Java 11
38+
- Java 17
39+
- Java 19
40+
- Java 20
41+
- Java 21
42+
- Other (Please Specify)
43+
validations:
44+
required: true
45+
- type: textarea
46+
id: modlist
47+
attributes:
48+
label: Mod List or GTNH Pack Version
49+
description: "List of mods, ideally a minimal reproducible set (can be retrieved from latest.log). If using GTNH please indicate pack version and any changed mods, not the entire modlist."
50+
placeholder: "List of mods or GTNH Pack version goes here"
51+
validations:
52+
required: true
53+
- type: checkboxes
54+
id: final
55+
attributes:
56+
label: Final Checklist
57+
description: Certify that you read things
58+
options:
59+
- label: "I have searched the issues and haven't found a similar issue."
60+
required: true
61+
62+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Feature Request
2+
description: "Request a feature."
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: "Please use this form to request features. We ask you check if it was already requested though"
7+
- type: input
8+
id: discord
9+
attributes:
10+
label: Your GTNH Discord Username
11+
description: Leave empty if you don't have one, but this will make it harder to contact you if we need additional info.
12+
placeholder: "Example: Wumpus#1234"
13+
- type: textarea
14+
id: request
15+
attributes:
16+
label: Feature Request
17+
description: "Relevant information, as well as relevant images"
18+
placeholder: "Example: https://mclo.gs/ OR submit the file to github by dragging it to this textbox."
19+
validations:
20+
required: true
21+
- type: checkboxes
22+
id: final
23+
attributes:
24+
label: Final Checklist
25+
description: Certify that you read things
26+
options:
27+
- label: "I have searched the issues and haven't found a similar issue."
28+
required: true

0 commit comments

Comments
 (0)