|
1 | 1 | --- |
2 | | -name: 💡 Feature Request |
| 2 | +name: ✨ Feature Request |
3 | 3 | about: Suggest an idea for this project |
4 | | -title: '[FEATURE] ' |
5 | | -labels: ['enhancement', 'needs-triage'] |
6 | | -assignees: ['muhittincamdali'] |
7 | | - |
| 4 | +title: "[FEATURE] " |
| 5 | +labels: enhancement |
| 6 | +assignees: muhittincamdali |
8 | 7 | --- |
9 | 8 |
|
10 | | -## 💡 Feature Description |
11 | | - |
12 | | -A clear and concise description of the feature you'd like to see implemented. |
13 | | - |
14 | | -## 🎯 Problem Statement |
15 | | - |
16 | | -A clear and concise description of what problem this feature would solve. |
17 | | - |
18 | | -## 💭 Proposed Solution |
19 | | - |
20 | | -A clear and concise description of what you want to happen. |
21 | | - |
22 | | -## 🔄 Alternative Solutions |
23 | | - |
24 | | -A clear and concise description of any alternative solutions or features you've considered. |
25 | | - |
26 | | -## 📱 Use Cases |
27 | | - |
28 | | -Describe the specific use cases where this feature would be beneficial: |
29 | | - |
30 | | -1. **Use Case 1**: [Description] |
31 | | -2. **Use Case 2**: [Description] |
32 | | -3. **Use Case 3**: [Description] |
33 | | - |
34 | | -## 🎨 Design Considerations |
35 | | - |
36 | | -If applicable, describe any design considerations: |
37 | | - |
38 | | -- **UI/UX**: How should this feature look and behave? |
39 | | -- **Accessibility**: What accessibility considerations should be made? |
40 | | -- **Performance**: Any performance implications? |
41 | | -- **Platform Support**: Should this work on all platforms (iOS, macOS, watchOS, tvOS)? |
42 | | - |
43 | | -## 📋 Implementation Details |
| 9 | +## 🚀 Feature Description |
| 10 | +A clear and concise description of the feature you'd like. |
44 | 11 |
|
45 | | -If you have any thoughts on implementation: |
| 12 | +## 💡 Motivation |
| 13 | +Why is this feature important? What problem does it solve? |
46 | 14 |
|
47 | | -- **Component Type**: Is this a new component, modification to existing, or utility? |
48 | | -- **Dependencies**: Any external dependencies required? |
49 | | -- **Configuration**: What configuration options should be available? |
| 15 | +## 📋 Proposed Solution |
| 16 | +Describe the solution you'd like. |
50 | 17 |
|
51 | | -## 📸 Mockups/Wireframes |
| 18 | +## 🔄 Alternatives Considered |
| 19 | +Describe any alternative solutions or features you've considered. |
52 | 20 |
|
53 | | -If applicable, add mockups or wireframes to help visualize the feature. |
| 21 | +## 📝 Additional Context |
| 22 | +Add any other context or screenshots about the feature request here. |
54 | 23 |
|
55 | | -## 📝 Checklist |
| 24 | +## ✅ Acceptance Criteria |
| 25 | +- [ ] Criteria 1 |
| 26 | +- [ ] Criteria 2 |
| 27 | +- [ ] Criteria 3 |
56 | 28 |
|
57 | | -- [ ] I have searched the existing issues for duplicates |
58 | | -- [ ] I have provided a clear problem statement |
59 | | -- [ ] I have described the proposed solution |
60 | | -- [ ] I have considered alternative solutions |
61 | | -- [ ] I have provided use cases |
62 | | -- [ ] I have included mockups if applicable |
63 | | -- [ ] This feature aligns with the project's goals |
0 commit comments