Skip to content

Commit

Permalink
add: feature-request issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
v420v committed Dec 14, 2024
1 parent c582ebd commit eb68376
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: 🚀 Feature Request
description: Suggest an idea for this project
labels: [Feature Request]
body:
- type: textarea
id: description
attributes:
label: Describe the feature
description: A clear and concise description of the feature you are proposing.
validations:
required: true

- type: textarea
id: use-case
attributes:
label: Use Case
description: |
Why do you need this feature?
validations:
required: true

- type: textarea
id: other
attributes:
label: Other Information
description: Any alternative solutions or features you considered, a more detailed explanation, stack traces, related issues, links for context, etc.
validations:
required: false

- type: checkboxes
id: ack
attributes:
label: Acknowledgements
options:
- label: I may be able to implement this feature request
required: false

- label: This feature might incur a breaking change
required: false

0 comments on commit eb68376

Please sign in to comment.