forked from heavy-duty/ceremony
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>
15 lines
503 B
YAML
15 lines
503 B
YAML
# Light on purpose — same reasoning as ideas.yml (issue #24, decision 4):
|
|
# optional prompts only, delete before hardening.
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: What's the question?
|
|
description: Ask it plainly — context and links help, none are required.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: What have you tried or read already?
|
|
description: Optional — saves the answerer a lap.
|
|
validations:
|
|
required: false
|