Skip to content

Commit def421a

Browse files
Wrapping booleans
1 parent cc8db52 commit def421a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/css-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ body:
3535
label: Does it happen with `npx <plugin-name> minimal-example.css`?
3636
multiple: false
3737
options:
38-
- Yes
39-
- No
38+
- "Yes"
39+
- "No"
4040
- N/A
4141
- type: textarea
4242
id: config

.github/ISSUE_TEMPLATE/plugin-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ body:
3737
label: Can you reproduce it with `npx <plugin-name> minimal-example.css`?
3838
multiple: false
3939
options:
40-
- Yes
41-
- No
40+
- "Yes"
41+
- "No"
4242
- N/A
4343
- type: textarea
4444
id: npx-result

0 commit comments

Comments
 (0)