From 013fd2ae90e4748e0a42b63c120361a75979c65a Mon Sep 17 00:00:00 2001 From: Marko Bevc Date: Sun, 26 Jul 2026 21:54:15 +0100 Subject: [PATCH 1/3] 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 From c93e042292f11da323c590846fbcc8a375069f66 Mon Sep 17 00:00:00 2001 From: Marko Bevc Date: Tue, 28 Jul 2026 10:45:44 +0100 Subject: [PATCH 2/3] docs: amend PR template wording --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1f06c9b3c..a9ccf4c5f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,6 @@ ## 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 +- [ ] **Helm chart** (`charts/k8s-reporter/`) updated, if needed. Note: thise changes live 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)) updated, if needed - [ ] **Docs** are autogenerated from CLI help — make sure the help text reflects your changes From 7e3c5443f34b4ce6bd4f15717beead21f31fe396 Mon Sep 17 00:00:00 2001 From: Marko Bevc Date: Tue, 28 Jul 2026 10:49:23 +0100 Subject: [PATCH 3/3] Update .github/pull_request_template.md Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a9ccf4c5f..71d60859d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,6 @@ ## Checklist -- [ ] **Helm chart** (`charts/k8s-reporter/`) updated, if needed. Note: thise changes live in a **separate PR** +- [ ] **Helm chart** (`charts/k8s-reporter/`) updated, if needed. Note: these changes live 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)) updated, if needed - [ ] **Docs** are autogenerated from CLI help — make sure the help text reflects your changes