Skip to content

Commit a0c45f3

Browse files
committed
Fix syntax errors in templates
1 parent 27ec65c commit a0c45f3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ body:
3232
attributes:
3333
label: Version
3434
description: What version of the library are you running?
35-
default: 1.0.1
3635
validations:
3736
required: true
3837
- type: dropdown
@@ -50,7 +49,6 @@ body:
5049
attributes:
5150
label: Other hardware
5251
description: If you're using something other than the ones in the list above, please put it here
53-
default: 1.0.1
5452
validations:
5553
required: false
5654
- type: textarea

.github/ISSUE_TEMPLATE/FEATURE.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body:
1919
validations:
2020
required: false
2121
- type: textarea
22-
id: what--do-you-want-to-see?
22+
id: what_do_you_want_to_see
2323
attributes:
2424
label: What do you want to see?
2525
description: What are we missing in our project?
@@ -45,7 +45,7 @@ body:
4545
validations:
4646
required: false
4747
- type: textarea
48-
id: other info
48+
id: other_info
4949
attributes:
5050
label: What else can you tell us to help us implement this?
5151
description: Is there another project that does similar things? Do you have example code? Please post it here!

0 commit comments

Comments
 (0)