diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..f9e4dfd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,37 @@ +## What does this PR do? + + + +## PR title + + + +## Checklist + +- [ ] PR title follows [Conventional Commits](https://www.conventionalcommits.org/) format +- [ ] Changes are tested (unit tests, manual verification, or integration tests as appropriate) +- [ ] Documentation updated if user-facing behavior changed + +## Integration tests + + + +- [ ] Not needed — docs, CI, or non-infra change +- [ ] Needed — `integration-test` label added +- [ ] AMI change — `nat-images` label added