|
1 | 1 | name: Bug |
2 | 2 | title: "Bug: " |
3 | | -description: This issue is about a bug inside the engine. |
| 3 | +description: "This issue is about a bug inside the engine." |
4 | 4 | labels: ["Issue: Bug", "Status: Pending..."] |
5 | 5 | body: |
6 | 6 | - type: checkboxes |
7 | 7 | id: checklist |
8 | 8 | attributes: |
9 | | - label: Checklist |
10 | | - description: A quick checklist to ensure something something yadi yada |
| 9 | + label: "Checklist" |
| 10 | + description: "A quick checklist to ensure something something yadi yada" |
11 | 11 | options: |
12 | | - - label: I checked and searched if this issue has already been reported in this repo. |
13 | | - - label: I did not have any mods enabled/installed when reproducing. |
| 12 | + - label: "I checked and searched if this issue has already been reported in this repo." |
| 13 | + - label: "I did not have any mods enabled/installed when reproducing." |
14 | 14 | validations: |
15 | 15 | required: true |
16 | 16 |
|
17 | 17 | - type: input |
18 | 18 | id: version |
19 | 19 | attributes: |
20 | | - label: Version |
21 | | - description: What version are you experiencing this on? (And commit + PR if applicable) |
22 | | - placeholder: Example: 0.1.0-alpha (566dd0c) (#2) |
| 20 | + label: "Version" |
| 21 | + description: "What version are you experiencing this on? (Include commit + PR if applicable)" |
| 22 | + placeholder: "Example: 0.1.0-alpha (566dd0c) (#2)" |
23 | 23 | validations: |
24 | 24 | required: true |
25 | 25 |
|
26 | 26 | - type: dropdown |
27 | 27 | id: platform-type |
28 | 28 | attributes: |
29 | | - label: Platform Type |
30 | | - description: What platform are you experiencing this on? |
| 29 | + label: "Platform Type" |
| 30 | + description: "What platform are you experiencing this on?" |
31 | 31 | options: |
32 | | - - label: Windows |
33 | | - - label: MacOS |
34 | | - - label: Linux |
35 | | - - label: iOS/iPadOS |
36 | | - - label: Android |
37 | | - - label: Browser |
38 | | - - label: Other |
| 32 | + - label: "Windows" |
| 33 | + - label: "MacOS" |
| 34 | + - label: "Linux" |
| 35 | + - label: "iOS/iPadOS" |
| 36 | + - label: "Android" |
| 37 | + - label: "Browser" |
| 38 | + - label: "Other (Please specify)" |
39 | 39 | validations: |
40 | 40 | required: true |
41 | 41 |
|
42 | 42 | - type: input |
43 | 43 | id: platform-version |
44 | 44 | attributes: |
45 | | - label: Platform Version |
46 | | - description: What version of your platform are you playing on? |
47 | | - placeholder: Examples: 11 25H2, 26.4, SteamOS 3.0, Chrome |
| 45 | + label: "Platform Version" |
| 46 | + description: "What version of your platform are you playing on?" |
| 47 | + placeholder: "Examples: 11 25H2, 26.4, SteamOS 3.0, Chrome" |
48 | 48 | validations: |
49 | 49 | required: true |
50 | 50 |
|
51 | 51 | - type: input |
52 | 52 | id: platform-model |
53 | 53 | attributes: |
54 | | - label: Platform Model |
55 | | - description: If applicable, what device/specs are you using? |
56 | | - placeholder: iPhone 17 Pro Max, Samsung S26 Ultra |
| 54 | + label: "Platform Model" |
| 55 | + description: "If applicable, what device/specs are you using?" |
| 56 | + placeholder: "Example: iPhone 17 Pro Max, Samsung S26 Ultra" |
57 | 57 | validations: |
58 | 58 | required: false |
59 | 59 |
|
60 | 60 | - type: upload |
61 | 61 | id: media |
62 | 62 | attributes: |
63 | | - label: Media |
64 | | - description: If applicable, please leave a image/video of how the bug looks. |
| 63 | + label: "Media" |
| 64 | + description: "If applicable, please leave a image/video of how the bug looks." |
65 | 65 | validations: |
66 | 66 | required: false |
67 | 67 |
|
68 | 68 | - type: upload |
69 | 69 | id: logs |
70 | 70 | attributes: |
71 | | - label: Logs |
72 | | - description: If applicable, please leave related logs here. |
| 71 | + label: "Logs" |
| 72 | + description: "If applicable, please leave related logs here." |
73 | 73 | validations: |
74 | 74 | required: false |
0 commit comments