Four files under .github/: the new-issue interception (blank issues off, Discussions link first), the work-order form mirroring TRIAGE.md's issue contract with stable headings for #18 to parse, the PR template carrying BUILDER.md's checklist, and light optional-only discussion forms for Ideas and Q&A. No template applies any label — queue labels stay triage's explicit act (LABELS.md). Closes #24 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
713 B
YAML
19 lines
713 B
YAML
# Light on purpose: discussions are where ambiguity is ALLOWED — a form
|
|
# that demands rigor at the door defeats the room's purpose (issue #24,
|
|
# decision 4). If these prompts fight the flow in practice, delete them
|
|
# before adding fields to them.
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: What's the itch?
|
|
description: >-
|
|
Vague is fine — a bug, an idea, a "we should…". Triage turns this
|
|
into work (or an answer); you don't have to.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: What would "done" feel like?
|
|
description: Optional — a sketch of the outcome, if you can already see it.
|
|
validations:
|
|
required: false
|