diff --git a/.github/ISSUE_TEMPLATE/feature-request-template.md b/.github/ISSUE_TEMPLATE/feature-request-template.md index 353da4a..16348d9 100644 --- a/.github/ISSUE_TEMPLATE/feature-request-template.md +++ b/.github/ISSUE_TEMPLATE/feature-request-template.md @@ -3,6 +3,17 @@ name: Feature Request about: Suggest a new feature or improvement for the project title: "[Feature Request] " 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.** @@ -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