|
8 | 8 | value: >- |
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 | 12 | - 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 | + |
12 | 14 | - I have searched and confirmed that there are no duplicate issues. |
| 15 | + |
13 | 16 | - I understand that this issue will be closed if the information is incomplete. |
14 | 17 |
|
| 18 | +
|
15 | 19 | If you have already completed the necessary preparations, please fill out the form. |
16 | 20 | - type: input |
17 | 21 | id: minecraft-version |
18 | 22 | attributes: |
19 | 23 | label: Minecraft Version |
20 | 24 | description: |
21 | | - Please provide the Minecraft version. |
| 25 | + Please provide the Minecraft version.<br /> |
22 | 26 | If you can provide logs, this field is optional. |
23 | 27 | placeholder: 1.21.11 |
24 | 28 | - type: input |
25 | 29 | id: fabric-version |
26 | 30 | attributes: |
27 | 31 | label: Fabric Loader Version |
28 | 32 | 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 /> |
31 | 35 | If you are loading this mod using the Sinytra Connector in another mod loader, please note this separately. |
32 | 36 | placeholder: 0.18.0 |
33 | 37 | - type: input |
34 | 38 | id: fabric-api-version |
35 | 39 | attributes: |
36 | 40 | label: Fabric API Version |
37 | 41 | 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 /> |
40 | 44 | If you are using the Sinytra Connector to load this mod in another mod loader, please provide the Forgified Fabric API version. |
41 | 45 | placeholder: 0.141.3+1.21.11 |
42 | 46 | - type: input |
43 | 47 | id: performtracker-version |
44 | 48 | attributes: |
45 | 49 | label: PerformTracker Version |
46 | 50 | description: >- |
47 | | - Please provide the PerformTracker version. |
| 51 | + Please provide the PerformTracker version.<br /> |
48 | 52 | If you can provide logs, this field is optional. |
49 | 53 | placeholder: 0.1.0 |
50 | 54 | - type: dropdown |
|
71 | 75 | attributes: |
72 | 76 | label: Steps to Reproduce |
73 | 77 | description: >- |
74 | | - How to reproduce the bug? |
| 78 | + How to reproduce the bug?<br /> |
75 | 79 | If you can provide logs, this field is optional. |
76 | 80 | placeholder: >- |
77 | 81 | 1. Go to '...' |
|
0 commit comments