From 55017eed0ff5f2960ba03981dd57159c4132fb36 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Tue, 7 Jan 2020 13:03:44 -0800 Subject: [PATCH] Mention the external docs in the PR template [#63] I just opened a PR with a config change and forgot about the plugin- index docs...must be time to get around to this issue. --- .github/pull_request_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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