Skip to content

Commit

Permalink
chore: update FR issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Aug 7, 2024
1 parent 3545ee7 commit b6a43ae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ body:
label: Feature Requested
description: A clear and concise description of the feature.
validations: { required: true }
- type: textarea
id: problem-solved
attributes:
label: Problem solved
description: What problem would the feature solve?
validations: { required: true }
- type: textarea
id: alternatives
attributes:
label: Alternatives
description: What alternatives are there to the feature?
validations: { required: true }
- type: textarea
id: screenshot
attributes:
Expand Down

0 comments on commit b6a43ae

Please sign in to comment.