Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ body:
- type: markdown
attributes:
value: Thanks for helping out and suggesting a new feature!!
- type: textarea
id: justification
attributes:
label: Pre-existing Issue or Justification
description: Is your feature request related to a problem? Please describe the current issue you are facing or reason this feature should be added.
placeholder: ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
id: description
attributes:
Expand All @@ -13,12 +21,6 @@ body:
placeholder: ex. I would like to add a button...
validations:
required: true
- type: textarea
id: justification
attributes:
label: Pre-existing Issue or Justification
description: Is your feature request related to a problem? Please describe the current issue you are facing or reason this feature should be added.
placeholder: ex. I'm always frustrated when [...]
- type: textarea
id: context
attributes:
Expand Down
Loading