You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/000-bug-report.yml
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -22,36 +22,40 @@ body:
22
22
id: gtceu-version
23
23
attributes:
24
24
label: GregTech CEu Version
25
-
description: The version of Gregtech CEu you were using when this bug was encountered. If you do not know where to find this, look for the mod jar file in the mods folder, or in the mods viewer in-game.
25
+
description: The version of GregTech CEu you were using when this bug was encountered. If you do not know where to find this, look for the mod jar file in the mods folder, or in the mods viewer in-game.
26
26
placeholder: "Example: v2.3.4"
27
27
validations:
28
28
required: true
29
-
- type: input
29
+
- type: dropdown
30
30
id: mc-version
31
31
attributes:
32
32
label: Minecraft Version
33
-
description: The version of Minecraft you were using when this bug was encountered. If you do not know where to find this, in the main menu at the bottom left.
34
-
placeholder: "Example: 1.20.1"
33
+
description: The version of Minecraft you were using when this bug was encountered. If you do not know where to find this, it is in the bottom left of the main menu. Any version not listed is not supported.
34
+
options:
35
+
- "1.20.1 Forge"
36
+
- "1.21.1 NeoForge"
35
37
validations:
36
38
required: true
37
39
- type: dropdown
38
40
id: recipe-viewer
39
41
attributes:
40
42
label: Recipe Viewer Installed
41
-
description: The recipe viewer installed. If you were not using addons, please leave this field blank.
43
+
description: The recipe viewer installed.
42
44
options:
43
45
- "JEI"
44
46
- "REI"
45
47
- "EMI"
46
-
- "No Recipe Viewer"
47
48
validations:
48
49
required: false
49
-
- type: input
50
+
- type: dropdown
50
51
id: environment
51
52
attributes:
52
53
label: Environment
53
-
description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Dedicated Server."
54
-
placeholder: "Example: Singleplayer"
54
+
description: How you were playing on the world. Hybrid servers are unsupported.
55
+
options:
56
+
- "Singleplayer"
57
+
- "Multiplayer - Open to LAN"
58
+
- "Multiplayer - Dedicated Server"
55
59
validations:
56
60
required: true
57
61
- type: dropdown
@@ -69,8 +73,8 @@ body:
69
73
id: other-mods
70
74
attributes:
71
75
label: Other Installed Mods
72
-
description: List all mods you have installed here, or the name of the modpack you're playing.
0 commit comments