Add info about README generator in CONTRIBUTING (#8052)

* Add info about README generator in CONTRIBUTING

* Update CONTRIBUTING.md

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
This commit is contained in:
Rafael Ríos Saavedra
2021-11-08 09:51:05 +01:00
committed by GitHub
parent 8c6f9615f3
commit 33aedf19ca

View File

@@ -20,7 +20,7 @@ When submitting a PR make sure that it:
### Documentation Requirements
- A chart's `README.md` must include configuration options.
- A chart's `README.md` must include configuration options. The tables of parameters are generated based on the metadata information from the `values.yaml` file, by using [this tool](ihttps://github.com/bitnami-labs/readme-generator-for-helm).
- A chart's `NOTES.txt` must include relevant post-installation information.
- The title of the PR starts with chart name (e.g. `[bitnami/chart]`)