1
0
mirror of https://github.com/helm/charts.git synced 2026-02-14 18:10:14 +00:00

Fix chart_best_practices links in CONTRIBUTING.md (#21628)

Signed-off-by: Mike Hume <mhumesf@gmail.com>
This commit is contained in:
Mike Hume
2020-04-15 09:46:04 -07:00
committed by GitHub
parent ea19f066fd
commit 3921dbbc09

View File

@@ -4,7 +4,7 @@ The Kubernetes Charts project accepts contributions via GitHub pull requests. Th
## Sign Your Work
The sign-off is a simple line at the end of the explanation for a commit. All
The sign-off is a simple line at the end of the explanation for a commit. All
commits needs to be signed. Your signature certifies that you wrote the patch or
otherwise have the right to contribute the material. The rules are pretty simple,
if you can certify the below (from [developercertificate.org](http://developercertificate.org/)):
@@ -103,10 +103,10 @@ This repository is used by Chart developers for maintaining the official charts
* Allow customization of the application configuration
* Provide a secure default configuration
* Do not leverage alpha features of Kubernetes
* Includes a [NOTES.txt](https://github.com/helm/helm/blob/master/docs/charts.md#chart-license-readme-and-notes) explaining how to use the application after install
* Follows [best practices](https://github.com/helm/helm/tree/master/docs/chart_best_practices)
(especially for [labels](https://github.com/helm/helm/blob/master/docs/chart_best_practices/labels.md)
and [values](https://github.com/helm/helm/blob/master/docs/chart_best_practices/values.md))
* Includes a [NOTES.txt](https://helm.sh/docs/topics/charts/#chart-license-readme-and-notes) explaining how to use the application after install
* Follows [best practices](https://helm.sh/docs/chart_best_practices/)
(especially for [labels](https://helm.sh/docs/chart_best_practices/labels/)
and [values](https://helm.sh/docs/chart_best_practices/values/))
### Documentation Requirements