|
| 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 Description |
| 10 | + |
| 11 | +A clear and concise description of the feature you'd like to see. |
| 12 | + |
| 13 | +## Problem Statement |
| 14 | + |
| 15 | +Is your feature request related to a problem? Please describe. |
| 16 | +Example: I'm always frustrated when [...] |
| 17 | + |
| 18 | +## Proposed Solution |
| 19 | + |
| 20 | +A clear and concise description of what you want to happen. |
| 21 | + |
| 22 | +## Use Case |
| 23 | + |
| 24 | +Describe the use case for this feature. How would you use it? |
| 25 | + |
| 26 | +```javascript |
| 27 | +// Example of how the feature would be used |
| 28 | +const example = new Feature({ |
| 29 | + option: 'value', |
| 30 | +}); |
| 31 | +``` |
| 32 | + |
| 33 | +## Alternatives Considered |
| 34 | + |
| 35 | +A clear and concise description of any alternative solutions or features you've considered. |
| 36 | + |
| 37 | +## Benefits |
| 38 | + |
| 39 | +What are the benefits of implementing this feature? |
| 40 | + |
| 41 | +- Benefit 1 |
| 42 | +- Benefit 2 |
| 43 | +- Benefit 3 |
| 44 | + |
| 45 | +## Potential Drawbacks |
| 46 | + |
| 47 | +Are there any potential drawbacks or challenges with this feature? |
| 48 | + |
| 49 | +## Additional Context |
| 50 | + |
| 51 | +Add any other context, screenshots, or examples about the feature request here. |
| 52 | + |
| 53 | +## Implementation Suggestions |
| 54 | + |
| 55 | +If you have ideas about how this could be implemented, please share them here. |
| 56 | + |
| 57 | +## Priority |
| 58 | + |
| 59 | +How important is this feature to you? |
| 60 | + |
| 61 | +- [ ] Critical - Blocking my usage |
| 62 | +- [ ] High - Important for my use case |
| 63 | +- [ ] Medium - Would be nice to have |
| 64 | +- [ ] Low - Just a suggestion |
| 65 | + |
| 66 | +## Willingness to Contribute |
| 67 | + |
| 68 | +- [ ] I'd be willing to submit a PR for this feature |
| 69 | +- [ ] I can help test this feature |
| 70 | +- [ ] I can help with documentation |
0 commit comments