PULL_REQUEST_TEMPLATE.md
August 13, 2026 · View on GitHub
Linked issue
Summary
Testing performed
Skill update
Checklist
- All commits are signed off (
git commit -s) per the DCO. The DCO status check will block merge if any commit is missing aSigned-off-by:trailer. - I read CONTRIBUTING.md and the change is scoped to one logical concern.
- Tests are updated (or
n/aif the change is doc-only / refactor with no behavioural delta). - The PR title is in
TML-NNNN: <sentence-case title>form (Linear ticket prefix + concise title naming the concrete deliverable). See.claude/skills/create-pr/SKILL.mdfor the full convention. - The Skill update section above is filled in (or stated
n/a — internal only).