Skip to content

Commit 84eb4b3

Browse files
committed
fix: ISSUE_TEMPLATES format issues
1 parent 0eed2b4 commit 84eb4b3

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,47 @@ body:
88
value: >-
99
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:
1010
11+
1112
- 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.
13+
1214
- I have searched and confirmed that there are no duplicate issues.
15+
1316
- I understand that this issue will be closed if the information is incomplete.
1417
18+
1519
If you have already completed the necessary preparations, please fill out the form.
1620
- type: input
1721
id: minecraft-version
1822
attributes:
1923
label: Minecraft Version
2024
description:
21-
Please provide the Minecraft version.
25+
Please provide the Minecraft version.<br />
2226
If you can provide logs, this field is optional.
2327
placeholder: 1.21.11
2428
- type: input
2529
id: fabric-version
2630
attributes:
2731
label: Fabric Loader Version
2832
description: >-
29-
Please provide the Fabric Loader version.
30-
If you can provide logs, this field is optional.
33+
Please provide the Fabric Loader version.<br />
34+
If you can provide logs, this field is optional.<br />
3135
If you are loading this mod using the Sinytra Connector in another mod loader, please note this separately.
3236
placeholder: 0.18.0
3337
- type: input
3438
id: fabric-api-version
3539
attributes:
3640
label: Fabric API Version
3741
description: >-
38-
Please provide the Fabric API version.
39-
If you can provide logs, this field is optional.
42+
Please provide the Fabric API version.<br />
43+
If you can provide logs, this field is optional.<br />
4044
If you are using the Sinytra Connector to load this mod in another mod loader, please provide the Forgified Fabric API version.
4145
placeholder: 0.141.3+1.21.11
4246
- type: input
4347
id: performtracker-version
4448
attributes:
4549
label: PerformTracker Version
4650
description: >-
47-
Please provide the PerformTracker version.
51+
Please provide the PerformTracker version.<br />
4852
If you can provide logs, this field is optional.
4953
placeholder: 0.1.0
5054
- type: dropdown
@@ -71,7 +75,7 @@ body:
7175
attributes:
7276
label: Steps to Reproduce
7377
description: >-
74-
How to reproduce the bug?
78+
How to reproduce the bug?<br />
7579
If you can provide logs, this field is optional.
7680
placeholder: >-
7781
1. Go to '...'

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Others
4-
url: https://github.com/WhatDamon/PerformTracker/discussions/new/choose
4+
url: https://github.com/WhatDamon/PerformTracker-Mod/discussions/new/choose
55
about: Report other problems in Discussions.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ body:
88
value: |
99
Thanks for taking the time to suggest a new feature! Before doing so, please make sure you have completed the following preparatory steps:
1010
11+
1112
- I have searched and confirmed that there are no duplicate issues.
13+
1214
- I understand that this issue will be closed if the information is incomplete.
1315
16+
1417
If you have already completed the necessary preparations, please fill out the form.
1518
- type: textarea
1619
id: summary

0 commit comments

Comments
 (0)