From 54b377b188ab87ac6edcb41d48833c3c070c870f Mon Sep 17 00:00:00 2001 From: Karthik Vetrivel Date: Mon, 8 Dec 2025 14:45:17 +0000 Subject: [PATCH] Add pull request template with testing checklist Signed-off-by: Karthik Vetrivel --- .github/PULL_REQUEST_TEMPLATE.md | 21 +++++++++++++++++++++ 1 file changed, 21 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 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:** +