Update README to change k8s member step (#6779)

* After repo move to helm/helm, update steps for Owning and Maintaining A Chart

* Change repo URL from kubernetes/helm to helm/helm everywhere above chart directories (those may be separate PRs)

* Fix earlier missing apostrophe and incorrect case

* Add missing k8s/ > helm/ string changes
This commit is contained in:
Scott Rigby
2018-08-14 13:39:45 -07:00
committed by k8s-ci-robot
parent f7cfc026e6
commit fd54977079
7 changed files with 19 additions and 19 deletions
+4 -4
View File
@@ -1,14 +1,14 @@
<!--
Thank you for contributing to kubernetes/charts. Before you submit this PR we'd like to
Thank you for contributing to helm/charts. Before you submit this PR we'd like to
make sure you are aware of our technical requirements and best practices:
* https://github.com/kubernetes/charts/blob/master/CONTRIBUTING.md#technical-requirements
* https://github.com/kubernetes/helm/tree/master/docs/chart_best_practices
* https://github.com/helm/charts/blob/master/CONTRIBUTING.md#technical-requirements
* https://github.com/helm/helm/tree/master/docs/chart_best_practices
For a quick overview across what we will look at reviewing your PR, please read
our review guidelines:
* https://github.com/kubernetes/charts/blob/master/REVIEW_GUIDELINES.md
* https://github.com/helm/charts/blob/master/REVIEW_GUIDELINES.md
Following our best practices right from the start will accelerate the review process and
help get your PR merged quicker.