Skip to content

Commit

Permalink
chore: improve feature request issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 26, 2024
1 parent 29b25ee commit 1413ddf
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,38 +25,30 @@ body:
attributes:
label: Use Case
description: Describe the situation or context where you need this feature
placeholder: |
Example:
"When I'm deploying to multiple environments, I need to..."
placeholder: When I'm deploying to multiple environments, I need to...
validations:
required: true

- type: textarea
attributes:
label: Proposed Solution
description: Describe what you'd like to see implemented
placeholder: |
Example:
"I would like to have the ability to..."
placeholder: I would like to have the ability to...
validations:
required: true

- type: textarea
attributes:
label: Alternative Solutions
description: Have you considered any alternative solutions or workarounds?
placeholder: |
Example:
"I've tried working around this by..."
placeholder: I've tried working around this by...
validations:
required: false

- type: textarea
attributes:
label: Additional Context
description: Add any other context, examples, or screenshots about the feature request here
placeholder: |
Example:
"This would be similar to how..."
placeholder: This would be similar to how...
validations:
required: false

0 comments on commit 1413ddf

Please sign in to comment.