| 1 | name: Feature Request |
| 2 | description: Suggest a new feature or improvement |
| 3 | labels: [enhancement] |
| 4 | body: |
| 5 | - type: textarea |
| 6 | id: problem |
| 7 | attributes: |
| 8 | label: Problem |
| 9 | description: What problem does this solve? |
| 10 | placeholder: When I try to ..., I can't ... |
| 11 | validations: |
| 12 | required: true |
| 13 | - type: textarea |
| 14 | id: solution |
| 15 | attributes: |
| 16 | label: Proposed Solution |
| 17 | description: How should this work? |
| 18 | validations: |
| 19 | required: true |
| 20 | - type: textarea |
| 21 | id: alternatives |
| 22 | attributes: |
| 23 | label: Alternatives Considered |
| 24 | description: Other approaches you thought of (optional). |
| 25 |