Skip to content

Commit

Permalink
Rename use case field and move it up.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Mar 11, 2024
1 parent 251b1bc commit 8727281
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ body:
default: 0
validations:
required: true
- type: textarea
id: use-case
attributes:
label: "What are you trying to do? What is your use case??"
description: "Describe the motivation or the concrete use case."
validations:
required: true
- type: textarea
id: problem
attributes:
Expand All @@ -40,15 +47,8 @@ body:
description: "A clear and concise description of what you want to happen."
validations:
required: true
- type: textarea
id: use-case
attributes:
label: "What is the motivation / use case for changing the behavior?"
description: "Describe the motivation or the concrete use case."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
description: A clear and concise description of any alternative solutions or features you've considered.

0 comments on commit 8727281

Please sign in to comment.