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
description: Create a bug report to help us improve this mod
1
+
name: Report Bug
2
+
description: Create a bug report
3
3
labels: [ "bug", "triage" ]
4
4
body:
5
-
- type: dropdown
5
+
- type: input
6
6
attributes:
7
7
label: Minecraft Version
8
-
description: The version of Minecraft you were using when the bug occured
9
-
options:
10
-
- "1.21.1"
11
-
- "1.20.1-Legacy"
8
+
description: The version of Minecraft you were using when the incompatibility occurred
12
9
validations:
13
10
required: true
14
11
- type: textarea
@@ -34,41 +31,9 @@ body:
34
31
description: A clear and concise description of what you expected to happen
35
32
validations:
36
33
required: true
37
-
- type: textarea
38
-
attributes:
39
-
label: Screenshots and Videos
40
-
description: If applicable, add screenshots or videos to help explain your problem.
41
-
validations:
42
-
required: false
43
-
- type: input
44
-
attributes:
45
-
label: Crash Report or Log
46
-
description: If applicable, please add a **link** to the crash report or log that was created when this issue occured. You can upload the crash report to a site like Pastebin or GitHub Gist. Please **do not** paste the whole crash report in this issue.
47
-
validations:
48
-
required: false
49
-
- type: textarea
50
-
attributes:
51
-
label: Other Mods
52
-
description: Please list any other mods that were running when the crash happened.
53
-
validations:
54
-
required: false
55
-
- type: markdown
56
-
attributes:
57
-
value: "If you are not using latest version of our mod, or not using recommended version of forge, please fill form below."
58
-
- type: input
59
-
attributes:
60
-
label: Mod Version
61
-
description: The version of the mod you were using when the incompatibility occurred
62
-
placeholder: x.y.z
63
-
validations:
64
-
required: true
65
34
- type: input
66
35
attributes:
67
-
label: Forge Version
68
-
description: The version of Forge you were using when the bug incompatibility occurred
69
-
placeholder: x.y.z
36
+
label: Debug Log
37
+
description: If applicable, please add a **link** to the log that was created when this issue occured. Please add a **link** to the crash report or log that was created when this issue occured. You can upload the [mclo.gs](https://mclo.gs/) or GitHub Gist.
70
38
validations:
71
-
required: false
72
-
- type: markdown
73
-
attributes:
74
-
value: "Thank you for taking the time to make this bug report and help improve this mod!"
description: The version of Minecraft you were using when the incompatibility occurred
9
+
validations:
10
+
required: true
11
+
- type: textarea
12
+
attributes:
13
+
label: Crash Reproduction Steps
14
+
description: Tell us how it happened.
15
+
value: |
16
+
1.
17
+
2.
18
+
3.
19
+
...
20
+
validations:
21
+
required: true
22
+
- type: input
23
+
attributes:
24
+
label: Crash Report or Log
25
+
description: Please add a **link** to the crash report or log that was created when this issue occured. You can upload the [mclo.gs](https://mclo.gs/) or GitHub Gist.
description: Create a incompatibility report to help us improve this mod
3
-
labels: [ "mod interaction", "triage" ]
3
+
labels: [ "compatibility", "triage" ]
4
4
body:
5
-
- type: dropdown
5
+
- type: input
6
6
attributes:
7
7
label: Minecraft Version
8
8
description: The version of Minecraft you were using when the incompatibility occurred
9
-
options:
10
-
- "1.21.1"
11
-
- "1.20.1-Legacy"
12
9
validations:
13
10
required: true
14
11
- type: input
@@ -23,48 +20,9 @@ body:
23
20
description: A clear and concise description of what happened. If applicable, add screenshots or videos to help explain your problem.
24
21
validations:
25
22
required: true
26
-
- type: textarea
27
-
attributes:
28
-
label: Other Mods
29
-
description: Please list any other mods that were running when the incompatibility happened.
30
-
validations:
31
-
required: false
32
-
- type: textarea
33
-
attributes:
34
-
label: Additional Context
35
-
description: Add any extra context about the incompatibility here
36
-
validations:
37
-
required: false
38
23
- type: input
39
24
attributes:
40
25
label: Crash Report or Log
41
26
description: If applicable, please add a **link** to the crash report or log that was created when this issue occurred. You can upload the crash report to a site like Pastebin or GitHub Gist. Please **do not** paste the whole crash report in this issue.
42
27
validations:
43
-
required: false
44
-
- type: markdown
45
-
attributes:
46
-
value: "If you are not using latest version of our mod/incompatible mod, or not using recommended version of forge, please fill form below."
47
-
- type: input
48
-
attributes:
49
-
label: Mod Version
50
-
description: The version of the mod you were using when the incompatibility occurred
51
-
placeholder: x.y.z
52
-
validations:
53
-
required: true
54
-
- type: input
55
-
attributes:
56
-
label: Incompatible Mod Version
57
-
description: The version of incompatible mod you were using when the incompatibility occurred
58
-
placeholder: x.y.z
59
-
validations:
60
-
required: false
61
-
- type: input
62
-
attributes:
63
-
label: Forge Version
64
-
description: The version of Forge you were using when the bug incompatibility occurred
65
-
placeholder: x.y.z
66
-
validations:
67
-
required: false
68
-
- type: markdown
69
-
attributes:
70
-
value: "Thank you for taking the time to make this incompatibility report and help improve this mod!"
0 commit comments