# 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