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-report-bug.yml
+13-17Lines changed: 13 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ body:
15
15
attributes:
16
16
label: Cleanroom Version
17
17
description: "What version of the Cleanroom are you using?"
18
-
placeholder: "Example: 15.24.0.3000"
18
+
placeholder: "Example: 0.2.4-alpha"
19
19
validations:
20
20
required: true
21
21
- type: dropdown
@@ -25,13 +25,11 @@ body:
25
25
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.
26
26
options:
27
27
- Java 8
28
-
- Java 9
29
-
- Java 11
30
-
- Java 17
31
-
- Java 19
32
-
- Java 20
33
28
- Java 21
34
29
- Java 22
30
+
- Java 23
31
+
- Java 24
32
+
- Java 25 (Early Access)
35
33
- Other (Please Specify)
36
34
validations:
37
35
required: true
@@ -65,14 +63,6 @@ body:
65
63
placeholder: "List of mods goes here"
66
64
validations:
67
65
required: true
68
-
- type: textarea
69
-
id: notes
70
-
attributes:
71
-
label: MMC Instance Notes
72
-
description: "Obtain from Notes sections if using MMC instance pack."
73
-
placeholder: "Notes goes here"
74
-
validations:
75
-
required: true
76
66
- type: checkboxes
77
67
id: final
78
68
attributes:
@@ -81,11 +71,17 @@ body:
81
71
options:
82
72
- label: "I have searched the issues and haven't found a similar issue."
83
73
required: true
84
-
- label: "I have read the known incompatibilities and this is not related to one of those."
74
+
- label: "I have read the readme and know that what is action build."
75
+
required: true
76
+
- label: "I have installed [Fugue](https://www.curseforge.com/minecraft/mc-mods/fugue) and it didn't fix my issue."
85
77
required: true
86
-
- label: "I have installed [Fugue](https://github.com/CleanroomMC/Fugue) and it does not fix this issue."
78
+
- label: "I have installed [Scalar Legacy](https://www.curseforge.com/minecraft/mc-mods/scalar-legacy) and it didn't fix my issue."
87
79
required: true
88
-
- label: "I am using experimental branch and have installed [Scalar](https://github.com/CleanroomMC/Scalar/releases/tag/2.11.1) and it does not fix this issue."
80
+
- label: "I have switched my Forgelin and LibrarianLib to continuous versions(check readme for more detail)."
89
81
required: true
90
82
- label: "I am running a test build from Cleanroom Github Actions. (Or, if I've compiled it myself I plan to fix the issue)"
91
83
required: true
84
+
- label: |
85
+
I did not use PCL/PCLCE or other unsupported launchers.
0 commit comments