Skip to content

Commit d75b6b5

Browse files
committed
Add defaults to issue form
1 parent d4b485d commit d75b6b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/formatting.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,21 @@ body:
1313
label: printWidth
1414
description: What value do you have the `printWidth` option set to? (Defaults to `80`.)
1515
placeholder: "80"
16-
- type: input
16+
default: "80"
17+
- type: dropdown
1718
attributes:
1819
label: singleAttributePerLine
1920
description: What value do you have the `singleAttributePerLine` option set to? (Defaults to `false`.)
2021
options:
2122
- "true"
2223
- "false"
24+
default: "false"
2325
- type: input
2426
attributes:
2527
label: tabWidth
2628
description: What value do you have the `tabWidth` option set to? (Defaults to `2`.)
2729
placeholder: "2"
30+
default: "2"
2831
- type: dropdown
2932
attributes:
3033
label: xmlWhitespaceSensitivity
@@ -42,6 +45,7 @@ body:
4245
options:
4346
- "true"
4447
- "false"
48+
default: "true"
4549
- type: textarea
4650
attributes:
4751
label: Input XML

0 commit comments

Comments
 (0)