-
-
Notifications
You must be signed in to change notification settings - Fork 0
Add a pull request template #52
Copy link
Copy link
Open
Labels
maintenanceCI, tooling, and repo-hygiene workCI, tooling, and repo-hygiene work
Description
Metadata
Metadata
Assignees
Labels
maintenanceCI, tooling, and repo-hygiene workCI, tooling, and repo-hygiene work
Projects
StatusShow more project fields
Todo
Problem
Issue templates exist (`.github/ISSUE_TEMPLATE/`) but there's no `PULL_REQUEST_TEMPLATE.md`, so PRs (including ones opened against the Definition of Done in `CLAUDE.md`) have no structured checklist prompting contributors to confirm lint/test/coverage/security steps before requesting review.
Proposal
Add `.github/PULL_REQUEST_TEMPLATE.md` with a short checklist mirroring the Definition of Done: lint/test/build pass, patch coverage checked via `scripts/local-patch-report.sh`, conventional-commit-compliant title (tie-in with `pr-title-lint.yml`), and a summary/testing-notes section.