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/bug_report.yml
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ body:
9
9
Thank you for taking the time to file this issue to report a bug. Before doing so, please make sure you have completed the following preparatory steps:
10
10
11
11
- I’ve already gone to [GitHub Actions](https://github.com/WhatDamon/PerformTracker-Mod/actions/workflows/build.yml) to download and use the latest automated build version, but the bug is still there.
12
+
12
13
- I have searched and confirmed that there are no duplicate issues.
14
+
13
15
- I understand that this issue will be closed if the information is incomplete.
14
16
15
17
If you have already completed the necessary preparations, please fill out the form.
@@ -18,33 +20,33 @@ body:
18
20
attributes:
19
21
label: Minecraft Version
20
22
description:
21
-
Please provide the Minecraft version.
23
+
Please provide the Minecraft version.<br />
22
24
If you can provide logs, this field is optional.
23
25
placeholder: 1.21.11
24
26
- type: input
25
27
id: fabric-version
26
28
attributes:
27
29
label: Fabric Loader Version
28
30
description: >-
29
-
Please provide the Fabric Loader version.
30
-
If you can provide logs, this field is optional.
31
+
Please provide the Fabric Loader version.<br />
32
+
If you can provide logs, this field is optional.<br />
31
33
If you are loading this mod using the Sinytra Connector in another mod loader, please note this separately.
32
34
placeholder: 0.18.0
33
35
- type: input
34
36
id: fabric-api-version
35
37
attributes:
36
38
label: Fabric API Version
37
39
description: >-
38
-
Please provide the Fabric API version.
39
-
If you can provide logs, this field is optional.
40
+
Please provide the Fabric API version.<br />
41
+
If you can provide logs, this field is optional.<br />
40
42
If you are using the Sinytra Connector to load this mod in another mod loader, please provide the Forgified Fabric API version.
0 commit comments