Skip to content

Commit

Permalink
chore: add feature request template
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Oct 10, 2024
1 parent 9830331 commit a179e9b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Feature request
description: Suggest an idea for this project
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
**Before you submit a feature request, please search open issues and pull requests to make sure someone else hasn't submitted the same idea before.**
- type: textarea
id: description
attributes:
label: Describe the feature you'd like
description: A clear and concise description of what you want to happen.
placeholder: I would like to see...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: I have considered...
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
validations:
required: false

0 comments on commit a179e9b

Please sign in to comment.