Skip to content

Commit 03e2157

Browse files
committed
Update bug_report.yml
1 parent 382afc2 commit 03e2157

1 file changed

Lines changed: 46 additions & 26 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 46 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,42 @@ body:
66
- type: markdown
77
attributes:
88
value: >-
9-
### ⚠️ Bug Report
10-
9+
### ⚠️ Mod Bug Report
10+
1111
**Thank you for taking the time to make a report!** This form is designed to help you
1212
provide the information necessary for us to understand and fix the issue. Before you start,
1313
please complete the following checks:
14-
15-
16-
1. Are you using the latest version of the mod? If there is a more recent version of the mod
14+
15+
16+
1. Are you sure that the mod is not working as described? For general support, or if you are
17+
unsure, please use [Discord](https://discord.terminalmc.dev).
18+
19+
20+
2. Are you using the latest version of the mod? If there is a more recent version of the mod
1721
available for your version of Minecraft, please check whether the issue still occurs on that
1822
version.
19-
20-
21-
2. Has the issue already been reported? If it has been, please do not open a new issue, but
22-
if you have additional information please comment on the existing report.
23-
24-
25-
3. Have you determined the minimum set of instructions to reproduce the issue? If the issue
23+
24+
25+
3. Has the issue already been reported? If it has been, please do not open a new report, but
26+
if you have additional information please comment on the existing one.
27+
28+
29+
4. Have you determined the minimum set of instructions to reproduce the issue? If the issue
2630
only occurs in specific situations or with other mods installed, please attempt to narrow
2731
down exactly what conditions or mods are required to reproduce it.
2832
2933
- type: checkboxes
3034
id: preliminary-checks
31-
attributes:
35+
attributes:
3236
label: Checklist
3337
options:
38+
- label: This is not a help or support request.
39+
required: true
3440
- label: This issue exists on the latest release for my Minecraft version.
3541
required: true
3642
- label: This issue has not already been reported.
3743
required: true
38-
- label: I have determined the minimal reproduction requirements.
44+
- label: I have determined the minimal reproduction requirements.
3945
required: true
4046

4147
- type: input
@@ -66,7 +72,7 @@ body:
6672
label: Mod Version
6773
description: >-
6874
Which version of this mod are you using?
69-
75+
7076
**Example:** `2.2.0+1.21.4`
7177
validations:
7278
required: true
@@ -80,25 +86,39 @@ body:
8086
there are no crashes, logs help identify version details and potential error messages.
8187
8288
83-
**Hint:** Log files are located in the `logs` folder of your Minecraft instance, typically
84-
`.minecraft/logs`. You will usually want the `latest.log` file, since that file belongs to
85-
the most recent session of the game. Alternatively, some launchers such as Prism support
89+
**Hint:** Log files are located in the `logs` folder of your Minecraft instance, typically
90+
`.minecraft/logs`. You will usually want the `latest.log` file, since that file belongs to
91+
the most recent session of the game. Alternatively, some launchers such as Prism support
8692
uploading logs to mclo.gs directly.
87-
placeholder: https://mclo.gs/your-log-link
93+
placeholder: https://mclo.gs/log-link
8894
validations:
8995
required: true
9096

97+
- type: input
98+
id: crash-link
99+
attributes:
100+
label: Crash Report (optional)
101+
description: >-
102+
If the game is crashing, please upload the crash report to [mclo.gs](https://mclo.gs) and
103+
paste the link here. Even if you have already provided a log file, a crash report may
104+
contain unique information.
105+
106+
107+
**Hint:** Crash reports are located in the `crash-reports` folder of your Minecraft
108+
instance, typically `.minecraft/crash-reports`. You will usually want the most recent file.
109+
placeholder: https://mclo.gs/crash-report-link
110+
91111
- type: textarea
92112
id: description
93113
attributes:
94114
label: Issue Description
95115
description: >-
96-
Please describe in detail the issue you are experiencing. If you have any screenshots,
116+
Please describe in detail the issue you are experiencing. If you have any screenshots,
97117
videos, or other resources that help illustrate the problem, you can attach them here.
98118
placeholder: Describe the issue...
99119
validations:
100120
required: true
101-
121+
102122
- type: textarea
103123
id: reproduction-steps
104124
attributes:
@@ -107,11 +127,11 @@ body:
107127
Please list the steps that we should follow to encounter the issue. If you are unsure, or
108128
unable to consistently reproduce it, please provide a detailed description of what you
109129
were doing when the issue occurred.
110-
130+
111131
1. Do X
112-
132+
113133
2. Do Y
114-
134+
115135
3. Issue occurs
116136
placeholder: List the steps to reproduce the issue...
117137
validations:
@@ -122,5 +142,5 @@ body:
122142
attributes:
123143
label: Expected Behavior (optional)
124144
description: >-
125-
Describe briefly what you believe should happen if the issue was fixed. If the answer is
126-
obvious (such as if the game is crashing), you can skip this.
145+
Please describe briefly what you believe should happen if the issue was fixed. If the answer
146+
is obvious (such as if the game is crashing), you can skip this.

0 commit comments

Comments
 (0)