34 lines
978 B
YAML
34 lines
978 B
YAML
name: Feature request
|
|
description: Propose an improvement or new capability.
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: What problem does this solve?
|
|
description: The situation where the current behavior falls short — concrete examples beat abstractions.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposed solution
|
|
description: What you would like to happen. For new language/LSP support, name the public OSS repos that would make good test beds.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
description: Other approaches and why they fall short (optional).
|
|
|
|
- type: checkboxes
|
|
id: confirmations
|
|
attributes:
|
|
label: Confirmations
|
|
options:
|
|
- label: I searched existing issues and this is not a duplicate.
|
|
required: true
|