30 lines
804 B
YAML
30 lines
804 B
YAML
name: Feature request
|
|
description: Suggest an idea or improvement
|
|
title: "[Feature]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: dropdown
|
|
id: version-line
|
|
attributes:
|
|
label: Version line
|
|
description: Which line is this for?
|
|
options:
|
|
- "v2 — Go rewrite (1.x), main-v2 (active development)"
|
|
- "v1 — Legacy TypeScript (0.x), maintenance only"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: What problem does this solve?
|
|
description: What are you trying to do, and what gets in the way today?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposed solution
|
|
description: How would you like it to work?
|
|
validations:
|
|
required: false
|