1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29name: Feature request
description: Suggest a new feature or enhancement
labels: ["enhancement"]
body:
- type: textarea
id: problem
attributes:
label: What problem does this solve?
description: Describe the user-facing problem or limitation. "It would be nice if..." is a start, but get to the "because...".
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed solution
description: How would the feature work? What would the API look like?
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: What else did you consider? Why did you reject those alternatives?
- type: textarea
id: scope
attributes:
label: Scope notes
description: Any context about out-of-scope items, compatibility concerns, or migration impact.