Skip to content

Commit b673537

Browse files
committed
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.
1 parent 8a9212b commit b673537

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Description
2+
3+
<!-- What does this PR change and why? Link any related issue. -->
4+
5+
## Checklist
6+
7+
- [ ] **Helm chart** (`charts/k8s-reporter/`) checked / updated, if needed. Note: this lives in a **separate PR**
8+
- [ ] **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
9+
- [ ] **Docs** are autogenerated from CLI help — make sure the help text reflects your changes

0 commit comments

Comments
 (0)