Skip to content

Commit 2849dc8

Browse files
[github] Update Issue Template
1 parent d8b093e commit 2849dc8

File tree

4 files changed

+39
-89
lines changed

4 files changed

+39
-89
lines changed
Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
name: Bug Report
2-
description: Create a bug report to help us improve this mod
1+
name: Report Bug
2+
description: Create a bug report
33
labels: [ "bug", "triage" ]
44
body:
5-
- type: dropdown
5+
- type: input
66
attributes:
77
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
129
validations:
1310
required: true
1411
- type: textarea
@@ -34,41 +31,9 @@ body:
3431
description: A clear and concise description of what you expected to happen
3532
validations:
3633
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
6534
- type: input
6635
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.
7038
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!"
39+
required: false
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Report Game-Crashing Issue
2+
description: Create a crash report
3+
labels: [ "crash", "triage" ]
4+
body:
5+
- type: input
6+
attributes:
7+
label: Minecraft Version
8+
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.
26+
validations:
27+
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Feature Request
1+
name: Request New Feature or Compat
22
description: Create a feature request to help us improve this mod
33
labels: [ "enhancement", "triage" ]
44
body:
Lines changed: 4 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
name: Incompatibility Report
1+
name: Report Mod Incompatibility
22
description: Create a incompatibility report to help us improve this mod
3-
labels: [ "mod interaction", "triage" ]
3+
labels: [ "compatibility", "triage" ]
44
body:
5-
- type: dropdown
5+
- type: input
66
attributes:
77
label: Minecraft Version
88
description: The version of Minecraft you were using when the incompatibility occurred
9-
options:
10-
- "1.21.1"
11-
- "1.20.1-Legacy"
129
validations:
1310
required: true
1411
- type: input
@@ -23,48 +20,9 @@ body:
2320
description: A clear and concise description of what happened. If applicable, add screenshots or videos to help explain your problem.
2421
validations:
2522
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
3823
- type: input
3924
attributes:
4025
label: Crash Report or Log
4126
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.
4227
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!"
28+
required: false

0 commit comments

Comments
 (0)