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
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body:
attributes:
value: ---

- type: input
- type: textarea
id: goal
attributes:
label: Problem
Expand All @@ -27,7 +27,7 @@ body:
validations:
required: true

- type: input
- type: textarea
id: solution
attributes:
label: Desired Solution
Expand All @@ -36,14 +36,14 @@ body:
validations:
required: true

- type: input
- type: textarea
id: alternative
attributes:
label: Alternatives and Workarounds
description: Describe alternatives you've considered
placeholder: A clear and concise description of any alternative solutions or features you've considered.

- type: input
- type: textarea
id: context
attributes:
label: Additional Context
Expand Down