diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..864c7a502 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ +## Description + + + +## Checklist + +- [ ] No secrets, sensitive information, or unrelated changes +- [ ] Lint checks passing (`make lint`) +- [ ] Generated assets in-sync (`make validate-generated-assets`) +- [ ] Go mod artifacts in-sync (`make validate-modules`) + +## Testing + + + +- [ ] Unit tests (`make coverage`) +- [ ] Manual cluster testing (describe below) +- [ ] N/A or Other (docs, CI config, etc.) + +**Test details:** +