Skip to content

Commit

Permalink
bugfix - fixed feature request issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus authored Jan 14, 2024
1 parent c965139 commit 37a6479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ body:
attributes:
label: Is your feature request related to a problem? Please describe.
description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
validators:
validations:
required: false
- type: textarea
id: solution
attributes:
label: "Describe the solution you'd like"
description: A clear and concise description of what you want to happen.
validators:
validations:
required: true
- type: textarea
id: alternatives
Expand All @@ -31,5 +31,5 @@ body:
attributes:
label: Additional context
description: Add any other context about the feature here.
validators:
validations:
required: false

0 comments on commit 37a6479

Please sign in to comment.