diff options
| author | Ihor Dvoretskyi <ihor@linux.com> | 2018-06-12 16:29:42 +0000 |
|---|---|---|
| committer | Ihor Dvoretskyi <ihor@linux.com> | 2018-06-12 16:29:42 +0000 |
| commit | cdc99f5bb3374acb7514543384c0f684cee421ce (patch) | |
| tree | 7872845102255ca23eacf59948cbb5c4ab08ee1d /contributors/guide | |
| parent | 443505e84b7eaf29ae5eb4dfbdf9112552d04a5d (diff) | |
| parent | 6a2652fdf1f7d662a70aa3202147b85ff2d6408e (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'contributors/guide')
| -rw-r--r-- | contributors/guide/README.md | 4 | ||||
| -rw-r--r-- | contributors/guide/issue-triage.md | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/contributors/guide/README.md b/contributors/guide/README.md index ad5cf2e1..d2540117 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -72,7 +72,9 @@ You get the idea - if you ever see something you think should be fixed, you shou ### Find a good first topic There are multiple repositories within the Kubernetes community and a full list of repositories can be found [here](https://github.com/kubernetes/). -Each repository in the Kubernetes organization has beginner-friendly issues that provide a good first issue. For example, [kubernetes/kubernetes](https://git.k8s.io/kubernetes) has [help wanted issues](https://go.k8s.io/help-wanted) that should not need deep knowledge of the system. +Each repository in the Kubernetes organization has beginner-friendly issues that provide a good first issue. For example, [kubernetes/kubernetes](https://git.k8s.io/kubernetes) has [help wanted](https://go.k8s.io/help-wanted) and [good first issue](https://github.com/kubernetes/kubernetes/labels/good%20first%20issue) labels for issues that should not need deep knowledge of the system. +The `good first issue` label indicates that members have committed to providing extra assistance for new contributors. + Another good strategy is to find a documentation improvement, such as a missing/broken link, which will give you exposure to the code submission/review process without the added complication of technical depth. Please see [Contributing](#contributing) below for the workflow. ### Learn about SIGs diff --git a/contributors/guide/issue-triage.md b/contributors/guide/issue-triage.md index 2ab43cc6..6230c7f0 100644 --- a/contributors/guide/issue-triage.md +++ b/contributors/guide/issue-triage.md @@ -33,7 +33,7 @@ for other github repositories related to Kubernetes is TBD. Most people can leave comments and open issues. They don't have the ability to set labels, change milestones and close other peoples issues. For that we use a bot to manage labelling and triaging. The bot has a set of -[commands and permissions](https://git.k8s.io/test-infra/commands.md) +[commands and permissions](https://go.k8s.io/bot-commands) and this document will cover the basic ones. ## Determine if it's a support request |
