Skip to content

Commit

Permalink
Update feature-request-template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
melledijkstra authored Nov 16, 2024
1 parent dc6fde2 commit 8e36442
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/ISSUE_TEMPLATE/feature-request-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ name: Feature Request
about: Suggest a new feature or improvement for the project
title: "[Feature Request] <Brief Title>"
labels: enhancement
body:
- type: dropdown
id: priority
attributes:
label: What is the priority of this feature?
options:
- high
- medium
- low
validations:
required: true
---

**Is your feature request related to a problem? Please describe.**
Expand All @@ -18,10 +29,5 @@ A clear and concise description of any alternative solutions or features you've
Add any other context, screenshots, or examples about the feature request here.

**Acceptance Criteria**
- [ ] Clearly outline what constitutes a completed feature
- [ ] Include any success metrics or key performance indicators

**Priority**
- [ ] High: Must-have for the next release
- [ ] Medium: Important but not urgent
- [ ] Low: Nice-to-have
- Clearly outline what constitutes a completed feature
- Include any success metrics or key performance indicators

0 comments on commit 8e36442

Please sign in to comment.