Skip to content

Commit 6ee1243

Browse files
authored
chore(Workflow): update feature template validation (#5450)
1 parent 97eb165 commit 6ee1243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/20_feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ body:
1818
description: A clear and concise description of what the problem is.
1919
placeholder: I am trying to do [...] but [...]
2020
validations:
21-
required: false
21+
required: true
2222
- type: textarea
2323
attributes:
2424
label: Describe the solution you'd like
2525
description: |
2626
A clear and concise description of what you want to happen. Include any alternative solutions you've considered.
2727
validations:
28-
required: true
28+
required: false
2929
- type: textarea
3030
attributes:
3131
label: Additional context

0 commit comments

Comments
 (0)