Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
## Summary

-
<!-- What changed and why. Focus on decisions and user impact, not just the diff. -->

## Issue

Closes #

## Validation

-
<!-- Commands run and relevant output. Include narrow checks and any broader suite used. -->

## Demo Impact

None.
<!-- None. / Or: what demo changed or should be updated. -->

## Notes

None.
<!-- Optional: tradeoffs, follow-up work, or reviewer context. -->

## Checklist

- [ ] Branch name follows `<category>/<issue>-<YYYYMMDD>-<slug>`.
- [ ] 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 #<issue>` or `Closes #<issue>` when it should close the issue.
- [ ] `Demo Impact` is meaningful for `needs-demo` work, or explicitly says `None.`
Loading