Skip to content

Commit 809e30e

Browse files
authored
feat: Add feature request issue template
Standardized feature request template with: - Problem description section - Detailed solution proposal - Alternative solutions - Use cases and acceptance criteria - Checkboxes for tracking - Part of TIER 5: Advanced Features (Task 10)
1 parent 4ff99e3 commit 809e30e

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: '[FEATURE] '
5+
labels: 'enhancement'
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
Is your feature request related to a problem? Please describe.
12+
13+
## Solution
14+
Describe the solution you'd like. Be as detailed as possible.
15+
16+
## Alternative Solutions
17+
Describe any alternative solutions or features you've considered.
18+
19+
## Use Cases
20+
Describe use cases where this feature would be helpful.
21+
22+
## Acceptance Criteria
23+
- [ ] Criterion 1
24+
- [ ] Criterion 2
25+
- [ ] Criterion 3
26+
27+
## Additional Context
28+
Add any other context, mockups, or examples here.

0 commit comments

Comments
 (0)