From a4075e04266e00a7dcb605210ca4396fcc910da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20N=C3=A4gele?= Date: Thu, 15 Jun 2017 19:36:54 +0200 Subject: [PATCH] Add best practices to requirements (#1305) --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cee42a0dc0..559504c4e4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,6 +49,9 @@ This repository is used by Chart developers for maintaining the official charts * Provide a secure default configuration * Do not leverage alpha features of Kubernetes * Includes a [NOTES.txt](https://github.com/kubernetes/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/kubernetes/helm/tree/master/docs/chart_best_practices) + (especially for [labels](https://github.com/kubernetes/helm/blob/master/docs/chart_best_practices/labels.md) + and [values](https://github.com/kubernetes/helm/blob/master/docs/chart_best_practices/values.md)) #### Documentation requirements