| 1 | name: Feature Request |
| 2 | description: Suggest an improvement or new feature |
| 3 | labels: ["enhancement"] |
| 4 | body: |
| 5 | - type: textarea |
| 6 | id: problem |
| 7 | attributes: |
| 8 | label: What problem does this solve? |
| 9 | placeholder: Describe the pain point or use case that motivates this request. |
| 10 | validations: |
| 11 | required: true |
| 12 | |
| 13 | - type: textarea |
| 14 | id: solution |
| 15 | attributes: |
| 16 | label: Proposed solution |
| 17 | placeholder: How do you think this could be implemented? (optional but helpful) |
| 18 | validations: |
| 19 | required: false |
| 20 | |
| 21 | - type: dropdown |
| 22 | id: area |
| 23 | attributes: |
| 24 | label: Area |
| 25 | options: |
| 26 | - Templates / styles |
| 27 | - Charts / visualization |
| 28 | - Export / post-processing |
| 29 | - Source conversion |
| 30 | - Image generation |
| 31 | - Workflow / UX |
| 32 | - Documentation |
| 33 | - Other |
| 34 | validations: |
| 35 | required: true |
| 36 | |
| 37 | - type: textarea |
| 38 | id: alternatives |
| 39 | attributes: |
| 40 | label: Alternatives considered |
| 41 | placeholder: Any workarounds you've tried or other approaches you've considered? |
| 42 | validations: |
| 43 | required: false |
| 44 |