diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4414b93b..5a9148a6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -34,7 +34,6 @@ 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]`) -- [ ] (optional) Chart is using our [common](https://github.com/k8s-at-home/charts/tree/master/charts/common) library as a dependency. -- [ ] (optional) Variables are documented in the README.md +- [ ] Variables are documented in the README.md (this can be done with using our helm-docs wrapper `./hack/gen-helm-docs.sh stable `)