diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0dbca55..24be7f5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ ## Summary -- + ## Issue @@ -8,12 +8,22 @@ Closes # ## Validation -- + ## Demo Impact -None. + ## Notes -None. + + +## Checklist + +- [ ] Branch name follows `/--`. +- [ ] PR is scoped to one issue, unless a documented multi-issue exception applies. +- [ ] PR body explains what changed and how it was validated. +- [ ] Relevant BATS and Python tests pass. +- [ ] Documentation is updated when behavior or user-facing commands change. +- [ ] PR includes `Fixes #` or `Closes #` when it should close the issue. +- [ ] `Demo Impact` is meaningful for `needs-demo` work, or explicitly says `None.`