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>
13 lines
703 B
YAML
13 lines
703 B
YAML
# The new-issue interception (issue #24, decision 1): interception over
|
|
# instruction — prose alone has already proven insufficient everywhere else
|
|
# in this org. With blank issues disabled and exactly one form, a "New
|
|
# issue" click shows the discussion link first; that auto-suggest is native
|
|
# GitHub behavior, no automation needed.
|
|
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Ideas, bugs, questions — start a Discussion
|
|
url: https://github.com/heavy-duty/ceremony/discussions
|
|
about: >-
|
|
Humans (and agents) never file issues here — discussions are where
|
|
intent lives. Triage converges every discussion to an outcome, and
|
|
only triage mints issues (TRIAGE.md).
|