Skip to content

Commit fcd208d

Browse files
Fix it showing as {"label" => "Platform"}
Signed-off-by: CrusherNotDrip <crushernotdrip@tilnotdrip.org>
1 parent 5483543 commit fcd208d

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ body:
3333
label: "Platform Type"
3434
description: "What platform are you experiencing this on?"
3535
options:
36-
- label: "Windows"
37-
- label: "MacOS"
38-
- label: "Linux"
39-
- label: "iOS/iPadOS"
40-
- label: "Android"
41-
- label: "Browser"
42-
- label: "Other (Please specify)"
36+
- "Windows"
37+
- "MacOS"
38+
- "Linux"
39+
- "iOS/iPadOS"
40+
- "Android"
41+
- "Browser"
42+
- "Other (Please specify)"
4343
validations:
4444
required: true
4545

.github/ISSUE_TEMPLATE/compiling.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ body:
3232
label: "Target"
3333
description: "What target are you experiencing this on?"
3434
options:
35-
- label: "Windows"
36-
- label: "MacOS"
37-
- label: "Linux"
38-
- label: "iOS/iPadOS"
39-
- label: "Android"
40-
- label: "HTML5"
41-
- label: "HashLink"
42-
- label: "Other (Please specify)"
35+
- "Windows"
36+
- "MacOS"
37+
- "Linux"
38+
- "iOS/iPadOS"
39+
- "Android"
40+
- "HTML5"
41+
- "HashLink"
42+
- "Other (Please specify)"
4343

4444
- type: markdown
4545
attributes:

0 commit comments

Comments
 (0)