Skip to content

Commit 53a1b4c

Browse files
committed
Fix
1 parent 773551e commit 53a1b4c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,32 @@ body:
77
description: >
88
A clear and concise description of what the problem is.
99
Example: I'm always frustrated when [...]
10-
validations:
11-
required: true
10+
validations:
11+
required: true
1212

1313
- type: textarea
1414
attributes:
1515
label: Solution
1616
description: >
1717
A clear and concise description of what you want to happen.
18-
validations:
19-
required: true
18+
validations:
19+
required: true
2020

2121
- type: textarea
2222
attributes:
2323
label: Alternatives
2424
description: >
2525
A clear and concise description of any alternative solutions or features you've considered.
26-
validations:
27-
required: false
26+
validations:
27+
required: false
2828

2929
- type: textarea
3030
attributes:
3131
label: Additional context
3232
description: >
3333
Add any other context or screenshots about the feature request here.
34-
validations:
35-
required: false
34+
validations:
35+
required: false
3636

3737
- type: markdown
3838
attributes:

0 commit comments

Comments
 (0)