All checks were successful
CI / test (pull_request) Successful in 3m49s
CI / release-exercise (pull_request) Successful in 25s
CI / self-guards (pull_request) Successful in 21s
CI / action-exercise (pull_request) Successful in 20s
CI / docs-sync-exercise (pull_request) Successful in 20s
labels / labels (pull_request) Successful in 22s
Refs guard / refs-not-closing (pull_request) Successful in 20s
34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
# This intake form applies no labels: queue labels are triage's explicit act
|
|
# (LABELS.md), and the issue-flow sweep catches non-triage authors, so the form
|
|
# must not pre-judge the proposal's queue state (#24 D2).
|
|
name: Proposal (anyone)
|
|
description: >-
|
|
Share an idea, bug, question, or rough "we should…" for triage to convert
|
|
into work or refuse with reasons.
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >-
|
|
Proposals are the low-bar intake door. Say what you noticed and why it
|
|
might matter; triage will decide whether it becomes a work issue.
|
|
- type: textarea
|
|
id: noticed
|
|
attributes:
|
|
label: What did you notice?
|
|
description: A rough idea, bug, question, or "we should…" is enough.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: why-it-matters
|
|
attributes:
|
|
label: Why might it matter?
|
|
description: Optional — describe the impact or opportunity if you can.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: known-context
|
|
attributes:
|
|
label: What do you already know?
|
|
description: Optional — add links, examples, constraints, or prior art.
|
|
validations:
|
|
required: false
|