diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..19338ae1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ + +## Summary + + + +## Changes + + +- ... + +## Testing + + +- ... + +## Checklist + +- [ ] Tests added or updated (unit and/or e2e, as needed) +- [ ] Documentation updated (if needed) +- [ ] Issue is linked (branch name or URL in PR description) +- [ ] [Changelog](https://github.com/pgEdge/control-plane/blob/main/docs/development/development.md#pull-requests) entry added for user-facing behavior changes +- [ ] Breaking changes (if any) are clearly called out in the PR description + +## Notes for Reviewers + + \ No newline at end of file