From ce3044d912391d987a9ef8315c701f3e5671fe45 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Thu, 21 Dec 2017 17:38:23 -0800 Subject: Update references to help wanted label --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 35213ec8..ed809ece 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,15 @@ For more specific topics, try a SIG. ## SIGs Kubernetes is a set of projects, each shepherded by a special interest group (SIG). - + A first step to contributing is to pick from the [list of kubernetes SIGs](sig-list.md). -A SIG can have its own policy for contribution, +A SIG can have its own policy for contribution, described in a `README` or `CONTRIBUTING` file in the SIG folder in this repo (e.g. [sig-cli/CONTRIBUTING](sig-cli/CONTRIBUTING.md)), and its own mailing list, slack channel, etc. -If you want to edit details about a SIG (e.g. its weekly meeting time or its leads), +If you want to edit details about a SIG (e.g. its weekly meeting time or its leads), please follow [these instructions](./generator) that detail how our docs are auto-generated. ## How Can I Help? @@ -31,7 +31,7 @@ Documentation (like the text you are reading now) can always use improvement! There's a [semi-curated list of issues][help wanted] -that should not need deep knowledge of the system. +that should not need deep knowledge of the system. To dig deeper, read a design doc, e.g. [architecture]. @@ -55,14 +55,14 @@ lead to many relevant topics, including ## Your First Contribution We recommend that you work on an existing issue before attempting -to [develop a new feature]. +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, +Alternatively, if there is a specific area you are interested in, ask a [SIG lead](sig-list.md) for suggestions), and respond on the -issue thread expressing interest in working on it. - +issue thread expressing interest in working on it. + This helps other people know that the issue is active, and hopefully prevents duplicated efforts. @@ -85,8 +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%3A%22help%20wanted%22 +[help wanted]: https://go.k8s.io/help-wanted [pull request]: contributors/devel/pull-requests.md [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/CONTRIBUTING.md?pixel)]() - -- cgit v1.2.3 From 95a4a105cd5e626edca2f8f00eb3dff32f1f1c5c Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Thu, 21 Dec 2017 17:53:39 -0800 Subject: Use git.k8s.io for links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ed809ece..8d0d1713 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,8 @@ If you want to work on a new idea of relatively small scope: 1. Submit a [pull request] containing a tested change. -[architecture]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/architecture.md -[cmd]: https://github.com/kubernetes/kubernetes/tree/master/cmd +[architecture]: /contributors/design-proposals/architecture/architecture.md +[cmd]: https://git.k8s.io/kubernetes/cmd [CLA]: CLA.md [Collaboration Guide]: contributors/devel/collab.md [Developer's Guide]: contributors/devel/development.md -- cgit v1.2.3