Skip to content

docs: add pull request template#120

Merged
CaseyHoover merged 1 commit intomainfrom
feat/pr-template
May 9, 2026
Merged

docs: add pull request template#120
CaseyHoover merged 1 commit intomainfrom
feat/pr-template

Conversation

@CaseyHoover
Copy link
Copy Markdown
Owner

Summary

Adds .github/pull_request_template.md so PRs land with a consistent structure — summary, linked issues, affected-area checklist (mirroring the existing bug/feature issue forms), conventional-commit type, and verification + schema-impact checklists tied to the actual pnpm scripts in this repo.

(This PR can't use the template itself — GitHub reads the template from the base branch, which doesn't have it yet — so this body uses the same structure manually.)

Linked issues

Closes #86

Affected area

  • tooling / CI

Type of change

  • docs — documentation only

How was this tested?

  • pnpm format:check on the new file (passes)
  • Verified the template renders as Markdown checklists / sections

Schema / migration impact

  • No schema impact

Additional context

Fields chosen to keep parity with .github/ISSUE_TEMPLATE/bug_report.yml and feature_request.yml so contributors see the same affected-area dropdown across issues and PRs. Verification commands (pnpm lint, pnpm lint:pinning, pnpm test, pnpm build, pnpm codegen:openapi) are the ones already defined in root package.json.

🤖 Generated with Claude Code

Closes #86

Adds .github/pull_request_template.md mirroring the issue-template style:
Summary, linked issues, affected-area checklist matching the issue forms,
conventional-commit type, verification commands from package.json, and a
schema/migration section for db/shared/openapi changes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CaseyHoover CaseyHoover merged commit 8756b26 into main May 9, 2026
6 checks passed
@CaseyHoover CaseyHoover deleted the feat/pr-template branch May 9, 2026 19:36
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.

Write PR template

1 participant