diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..0e7c3e22a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ +## 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`) +- [ ] Test cases are added for new code paths + +## Testing + + +