Skip to content

Add GitHub issue-schema templates - #149

Merged
tylercschneider merged 1 commit into
mainfrom
chore/bootstrap-issue-schema
Jul 1, 2026
Merged

Add GitHub issue-schema templates#149
tylercschneider merged 1 commit into
mainfrom
chore/bootstrap-issue-schema

Conversation

@tylercschneider

Copy link
Copy Markdown
Collaborator

What

Adds .github/ISSUE_TEMPLATE/{idea,plan,breakdown,task,bug}.md, materialized by claude/bin/issue-bootstrap.sh. These render the web "New issue" forms pre-shaped to the four-axis issue schema (type: / priority: / size: / status), each pre-stamped with its type: label.

Why

The board had drifted: most open issues carried no type:/priority: labels. Seeding the templates makes new issues open already schema-shaped. The bootstrap also re-seeded the 15 schema labels idempotently (no repo change from that; labels live on GitHub).

Scope

  • Only tracked change is the 5 template files.
  • Existing open issues were groomed separately (labels applied, completed ones closed) directly on the board — not part of this PR.

Test plan

  • Templates are static markdown with valid front-matter; GitHub renders them in the New-issue chooser.

🤖 Generated with Claude Code

Materialize the issue schema's web New-issue forms (idea/plan/breakdown/
task/bug) so issues open pre-shaped to the four-axis label schema. Labels
were re-seeded idempotently by the same bootstrap script; templates are the
only tracked change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@tylercschneider
tylercschneider merged commit 7cc1e6d into main Jul 1, 2026
4 checks passed
@tylercschneider
tylercschneider deleted the chore/bootstrap-issue-schema branch July 1, 2026 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant