From b673537db044aaa90c3ed50a399ac34c9d47c8a2 Mon Sep 17 00:00:00 2001 From: Marko Bevc Date: Sun, 26 Jul 2026 21:54:15 +0100 Subject: [PATCH] docs: add pull request template with cross-repo checklist Adds `pull_request_template.md` so every PR gets a description prompt and a checklist reminding authors to check related surfaces: Helm chart (separate PR), Terraform provider, and docs. --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 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..1f06c9b3c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## Description + + + +## Checklist + +- [ ] **Helm chart** (`charts/k8s-reporter/`) checked / updated, if needed. Note: this lives in a **separate PR** +- [ ] **Terraform provider** and related changes ([terraform-provider-kosli](https://github.com/kosli-dev/terraform-provider-kosli), [terraform-aws-evidence-reporter](https://github.com/kosli-dev/terraform-aws-evidence-reporter), [terraform-aws-kosli-reporter](https://github.com/kosli-dev/terraform-aws-kosli-reporter)) checked / updated, if needed +- [ ] **Docs** are autogenerated from CLI help — make sure the help text reflects your changes