| 1 | name: Feature request |
| 2 | description: Suggest an idea or improvement |
| 3 | title: "[Feature]: " |
| 4 | labels: ["enhancement"] |
| 5 | body: |
| 6 | - type: dropdown |
| 7 | id: version-line |
| 8 | attributes: |
| 9 | label: Version line |
| 10 | description: Which line is this for? |
| 11 | options: |
| 12 | - "v2 — Go rewrite (1.x), main-v2 (active development)" |
| 13 | - "v1 — Legacy TypeScript (0.x), maintenance only" |
| 14 | validations: |
| 15 | required: true |
| 16 | - type: textarea |
| 17 | id: problem |
| 18 | attributes: |
| 19 | label: What problem does this solve? |
| 20 | description: What are you trying to do, and what gets in the way today? |
| 21 | validations: |
| 22 | required: true |
| 23 | - type: textarea |
| 24 | id: proposal |
| 25 | attributes: |
| 26 | label: Proposed solution |
| 27 | description: How would you like it to work? |
| 28 | validations: |
| 29 | required: false |
| 30 |