From 5436c8115c6c90ef031993882d29530abf260a00 Mon Sep 17 00:00:00 2001 From: Henrik Hodne Date: Sat, 16 Dec 2017 14:42:24 +0000 Subject: [PATCH] Change help-wanted label to "help wanted" in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c28918b2e..35213ec8f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ please follow [these instructions](./generator) that detail how our docs are aut Documentation (like the text you are reading now) can always use improvement! -There's a [semi-curated list of issues][help-wanted] +There's a [semi-curated list of issues][help wanted] that should not need deep knowledge of the system. To dig deeper, read a design doc, e.g. [architecture]. @@ -57,7 +57,7 @@ lead to many relevant topics, including We recommend that you work on an existing issue before attempting to [develop a new feature]. -Start by finding an existing issue with the [help-wanted] label; +Start by finding an existing issue with the [help wanted] label; these issues we've deemed are well suited for new contributors. Alternatively, if there is a specific area you are interested in, ask a [SIG lead](sig-list.md) for suggestions), and respond on the @@ -85,7 +85,7 @@ If you want to work on a new idea of relatively small scope: [Developer's Guide]: contributors/devel/development.md [develop a new feature]: https://github.com/kubernetes/features [expectations]: contributors/devel/community-expectations.md -[help-wanted]: https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3Ahelp-wanted +[help wanted]: https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3A%22help%20wanted%22 [pull request]: contributors/devel/pull-requests.md [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/CONTRIBUTING.md?pixel)]()