33 lines
574 B
Markdown
33 lines
574 B
Markdown
---
|
|
name: Feature Request
|
|
about: Suggest a new feature
|
|
title: '[FEATURE] '
|
|
labels: enhancement
|
|
assignees: ''
|
|
---
|
|
|
|
## ✨ Feature Description
|
|
|
|
<!-- Clear description of the feature -->
|
|
|
|
## 🎯 Problem It Solves
|
|
|
|
<!-- What problem does this solve? -->
|
|
|
|
## 💡 Proposed Solution
|
|
|
|
<!-- How should it work? -->
|
|
|
|
## 🔄 Alternatives Considered
|
|
|
|
<!-- Other approaches you've thought about -->
|
|
|
|
## 📊 Priority
|
|
|
|
- [ ] High (blocks other work)
|
|
- [ ] Medium (important but not blocking)
|
|
- [ ] Low (nice to have)
|
|
|
|
## 📎 Additional Context
|
|
|
|
<!-- Screenshots, mockups, examples --> |