From 8fb8bfef97d1f051b58f429e796ee6c7f754a9ca Mon Sep 17 00:00:00 2001 From: Leonard O'Sullivan Date: Fri, 1 May 2026 14:33:30 +1000 Subject: [PATCH] ci: add pull request template Guides contributors through conventional commit titles, testing checklist, and integration test label workflow. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/pull_request_template.md | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/pull_request_template.md 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