项目文件夹

文件
Alezander9 24fc314065 add issue templates and route questions to Discussions
bug-report.yml: 4 required fields plus a 4-box preflight (searched issues, ran --doctor, read install.md, this is a bug not a question/FR/cloud issue). feature-request.yml: 3 required fields plus a 2-box preflight. config.yml disables blank issues and links to Discussions Q&A and install.md.
2026-05-01 11:38:27 -07:00

38 行
909 B
YAML

name: Feature request
description: Propose a new feature or change.
labels: [feature-request]
body:
- type: checkboxes
id: preflight
attributes:
label: Before submitting
options:
- label: I searched existing issues and discussions.
required: true
- label: This is a feature request, not a bug.
required: true
- type: textarea
id: problem
attributes:
label: Problem
description: What user pain or limitation motivates this?
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposal
description: What you'd like to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: What else you tried, or why other approaches fall short.
validations:
required: true