Files
wehub-resource-sync 41cb1c0170
OpenSSF Scorecard / scorecard (push) Failing after 0s
DCO / dco (push) Failing after 0s
CodeQL SAST / analyze (push) Failing after 1s
Deploy Pages / deploy (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:28:05 +08:00

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