|
| 1 | +--- |
| 2 | +name: Feature Request |
| 3 | +about: Suggest an idea for this project |
| 4 | +title: '[FEATURE] ' |
| 5 | +labels: 'enhancement' |
| 6 | +assignees: '' |
| 7 | +--- |
| 8 | + |
| 9 | +## 🚀 Feature Request |
| 10 | + |
| 11 | +### 📝 Summary |
| 12 | + |
| 13 | +A clear and concise description of the feature you'd like to see added. |
| 14 | + |
| 15 | +### 🎯 Motivation |
| 16 | + |
| 17 | +**Is your feature request related to a problem? Please describe.** |
| 18 | +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] |
| 19 | + |
| 20 | +**Why is this feature important?** |
| 21 | +Explain how this feature would benefit users and the project. |
| 22 | + |
| 23 | +### 💡 Proposed Solution |
| 24 | + |
| 25 | +**Describe the solution you'd like** |
| 26 | +A clear and concise description of what you want to happen. |
| 27 | + |
| 28 | +**Describe alternatives you've considered** |
| 29 | +A clear and concise description of any alternative solutions or features you've considered. |
| 30 | + |
| 31 | +### 🔧 Implementation Details |
| 32 | + |
| 33 | +**Technical approach (if you have ideas):** |
| 34 | +- [ ] New MCP tool |
| 35 | +- [ ] New resource |
| 36 | +- [ ] New prompt template |
| 37 | +- [ ] Configuration option |
| 38 | +- [ ] CLI enhancement |
| 39 | +- [ ] Documentation improvement |
| 40 | +- [ ] Other: ___________ |
| 41 | + |
| 42 | +**Affected components:** |
| 43 | +- [ ] API tools |
| 44 | +- [ ] Documentation tools |
| 45 | +- [ ] Smart prompts |
| 46 | +- [ ] Resources |
| 47 | +- [ ] CLI |
| 48 | +- [ ] Configuration |
| 49 | +- [ ] Caching |
| 50 | +- [ ] Error handling |
| 51 | + |
| 52 | +### 📋 Use Cases |
| 53 | + |
| 54 | +**Primary use case:** |
| 55 | +Describe the main scenario where this feature would be used. |
| 56 | + |
| 57 | +**Additional use cases:** |
| 58 | +1. Use case 1 |
| 59 | +2. Use case 2 |
| 60 | +3. Use case 3 |
| 61 | + |
| 62 | +### 🎨 User Experience |
| 63 | + |
| 64 | +**How would users interact with this feature?** |
| 65 | + |
| 66 | +**Example usage:** |
| 67 | +```bash |
| 68 | +# CLI example |
| 69 | +varlet-mcp-server --new-feature |
| 70 | +``` |
| 71 | + |
| 72 | +```json |
| 73 | +// Configuration example |
| 74 | +{ |
| 75 | + "newFeature": { |
| 76 | + "enabled": true, |
| 77 | + "options": {} |
| 78 | + } |
| 79 | +} |
| 80 | +``` |
| 81 | + |
| 82 | +**Expected output/behavior:** |
| 83 | +``` |
| 84 | +// What users should see |
| 85 | +``` |
| 86 | + |
| 87 | +### 🔗 Related Issues |
| 88 | + |
| 89 | +- Related to # |
| 90 | +- Depends on # |
| 91 | +- Blocks # |
| 92 | + |
| 93 | +### 📚 Additional Context |
| 94 | + |
| 95 | +**Screenshots or mockups (if applicable):** |
| 96 | +Add any visual aids that help explain the feature. |
| 97 | + |
| 98 | +**External references:** |
| 99 | +- Link to relevant documentation |
| 100 | +- Similar features in other projects |
| 101 | +- Community discussions |
| 102 | + |
| 103 | +**Priority level:** |
| 104 | +- [ ] Low - Nice to have |
| 105 | +- [ ] Medium - Would improve user experience |
| 106 | +- [ ] High - Important for project goals |
| 107 | +- [ ] Critical - Blocking other features |
| 108 | + |
| 109 | +### ✅ Acceptance Criteria |
| 110 | + |
| 111 | +- [ ] Feature works as described |
| 112 | +- [ ] Documentation is updated |
| 113 | +- [ ] Tests are added |
| 114 | +- [ ] No breaking changes (or properly documented) |
| 115 | +- [ ] Performance impact is acceptable |
| 116 | +- [ ] Error handling is implemented |
| 117 | + |
| 118 | +### 🤝 Contribution |
| 119 | + |
| 120 | +**Are you willing to contribute to this feature?** |
| 121 | +- [ ] Yes, I can implement this |
| 122 | +- [ ] Yes, I can help with testing |
| 123 | +- [ ] Yes, I can help with documentation |
| 124 | +- [ ] No, but I'd like to see it implemented |
| 125 | + |
| 126 | +**Estimated effort (if you're contributing):** |
| 127 | +- [ ] Small (< 1 day) |
| 128 | +- [ ] Medium (1-3 days) |
| 129 | +- [ ] Large (1+ weeks) |
| 130 | +- [ ] Unknown |
0 commit comments