diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5a9148a6..c908a242 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -32,8 +32,9 @@ Also don't be worried if the request is closed or not integrated sometimes our p **Checklist** -- [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). - [ ] Title of the PR starts with chart name (e.g. `[home-assistant]`) -- [ ] Variables are documented in the README.md (this can be done with using our helm-docs wrapper `./hack/gen-helm-docs.sh stable `) +- [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). +- [ ] Chart `artifacthub.io/changes` changelog annotation has been updated in `Chart.yaml`. See [Artifact Hub documentation](https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations) for more info. +- [ ] Variables have been documented in the `values.yaml` file. diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index 254b2b07..ec8613d8 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -31,5 +31,5 @@ labels: We have noticed that the chart documentation has not been completely updated for this PR. Could you please make sure that the following items have been updated: - `version` in `Chart.yaml` has been updated per [semver](http://semver.org/) - - The `artifacthub.io/changes` chart annotation contains a summary of the updates for this new version. ([Artifact Hub documentation](https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations)) + - The `artifacthub.io/changes` chart annotation contains a summary of the updates for this new version. See [Artifact Hub documentation](https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations) for more info. - [Documentation strings](https://github.com/norwoodj/helm-docs#valuesyaml-metadata) have been added to the keys in `values.yaml`.