|
| 1 | +--- |
| 2 | +name: Feature Request |
| 3 | +about: Suggest a new feature or enhancement |
| 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 or Use Case |
| 14 | + |
| 15 | +**Is your feature request related to a problem?** |
| 16 | +Describe the problem or limitation you're facing. For example: |
| 17 | +- "I'm always frustrated when..." |
| 18 | +- "It's difficult to..." |
| 19 | +- "I need to manually..." |
| 20 | + |
| 21 | +**What are you trying to accomplish?** |
| 22 | +Describe your use case and why this feature would be valuable. |
| 23 | + |
| 24 | +## Proposed Solution |
| 25 | + |
| 26 | +Describe the solution you'd like. How should this feature work? |
| 27 | + |
| 28 | +**Example usage:** |
| 29 | +```bash |
| 30 | +# Show how you'd like to use this feature |
| 31 | +tmpltool --new-flag template.tmpl |
| 32 | +``` |
| 33 | + |
| 34 | +**Example template:** |
| 35 | +``` |
| 36 | +{# Show template syntax if applicable #} |
| 37 | +{{ new_function(arg="value") }} |
| 38 | +``` |
| 39 | + |
| 40 | +**Expected output:** |
| 41 | +``` |
| 42 | +# What output do you expect? |
| 43 | +``` |
| 44 | + |
| 45 | +## Alternatives Considered |
| 46 | + |
| 47 | +Describe any alternative solutions or features you've considered. |
| 48 | + |
| 49 | +## Additional Context |
| 50 | + |
| 51 | +Add any other context, screenshots, or examples about the feature request here. |
| 52 | + |
| 53 | +**Related to:** |
| 54 | +- [ ] New custom function |
| 55 | +- [ ] New command-line option |
| 56 | +- [ ] Improvement to existing feature |
| 57 | +- [ ] Documentation enhancement |
| 58 | +- [ ] Performance improvement |
| 59 | +- [ ] Other (please describe) |
| 60 | + |
| 61 | +## Priority |
| 62 | + |
| 63 | +How important is this feature to you? |
| 64 | +- [ ] Critical - Blocking my workflow |
| 65 | +- [ ] High - Would significantly improve my workflow |
| 66 | +- [ ] Medium - Nice to have |
| 67 | +- [ ] Low - Small improvement |
| 68 | + |
| 69 | +## Willingness to Contribute |
| 70 | + |
| 71 | +- [ ] I'm willing to submit a PR for this feature |
| 72 | +- [ ] I can help with testing |
| 73 | +- [ ] I can help with documentation |
| 74 | +- [ ] I'm just suggesting the idea |
0 commit comments