Skip to content

Commit

Permalink
feat: feature request validations
Browse files Browse the repository at this point in the history
  • Loading branch information
JayXTQ authored Nov 26, 2024
1 parent bdf2a2b commit 772744e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,18 @@ body:
placeholder: I'm always frustrated when...

- type: textarea
validations:
required: true
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
required: true

- type: textarea
validations:
required: true
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
required: true

- type: input
attributes:
Expand Down

0 comments on commit 772744e

Please sign in to comment.