|
| 1 | +--- |
| 2 | +name: Feature request |
| 3 | +about: Suggest an idea for this project |
| 4 | +title: "[Feature Request] " |
| 5 | +labels: enhancement |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +**This field is to issue a feature request for the WEBSITE and documentation at [L5lua.org](https://l5lua.org). To issue a feature request for the L5 coding library itself, visit the [L5 repo](https://github.com/L5lua/L5/issues) issues.** |
| 11 | + |
| 12 | +**Is your feature request related to a problem? Please describe.** |
| 13 | +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] |
| 14 | + |
| 15 | +**Describe the solution you'd like** |
| 16 | +A clear and concise description of what you want to happen. |
| 17 | + |
| 18 | +**Describe alternatives you've considered** |
| 19 | +A clear and concise description of any alternative solutions or features you've considered. |
| 20 | + |
| 21 | +**Additional context** |
| 22 | +Add any other context or screenshots about the feature request here. |
| 23 | + |
| 24 | +--- |
| 25 | +name: Feature Request |
| 26 | +about: Suggest a new feature or improvement for L5 |
| 27 | +title: '[FEATURE] ' |
| 28 | +labels: enhancement |
| 29 | +assignees: '' |
| 30 | +--- |
| 31 | + |
| 32 | +## Feature Description |
| 33 | +A clear and concise description of the feature you'd like to see. |
| 34 | + |
| 35 | +## Problem or Use Case |
| 36 | +What problem does this solve? What would this feature enable you to do? |
| 37 | + |
| 38 | +## Proposed Solution |
| 39 | +How do you envision this feature working? Be as detailed as you'd like. |
| 40 | + |
| 41 | +## Example Code (optional) |
| 42 | +If applicable, show what the API or usage might look like: |
| 43 | +```lua |
| 44 | +-- Example of how you'd like to use this feature |
| 45 | +``` |
| 46 | + |
| 47 | +## Alternatives Considered |
| 48 | +Have you thought of any alternative solutions or workarounds? |
| 49 | + |
| 50 | +## Additional Context |
| 51 | +Add any other context, mockups, links to similar features in other libraries, or screenshots about the feature request here. |
| 52 | + |
| 53 | +## Priority |
| 54 | +How important is this feature to you? |
| 55 | +- [ ] Nice to have |
| 56 | +- [ ] Would improve my workflow |
| 57 | +- [ ] Critical for my project |
0 commit comments