diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8985c6a..8fa5a98 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,6 +3,8 @@ Pre-merge checklist: * [ ] Code changes have tests -* [ ] Any changes to the config are documented in `docs/parameter_reference.md` -* [ ] Any new _required_ config is documented in `README.md` +* [ ] Any config changes are documented: + * If the change touches _required_ config, there's a corresponding update to `README.md` + * There's a corresponding update to `docs/parameter_reference.md` + * There's a pull request to update [the parameter reference in drone-plugin-index](https://github.com/drone/drone-plugin-index/blob/master/content/pelotech/drone-helm3/index.md) * [ ] Any large changes have been verified by running a Drone job