summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-07-09 16:33:04 -0700
committerGitHub <noreply@github.com>2018-07-09 16:33:04 -0700
commitfbd425b5ee8069c9d900180760f06493b8a773a6 (patch)
tree43f049edc3879fae966557cf8dae51f78aed2fac
parente0fa8e2bd1bee31244a9e05068bd95da4e892c8a (diff)
parent72752135fd940bcbc87e16807f63edf871cb8949 (diff)
Merge pull request #2346 from guineveresaenger/assignment
Adds explanation for inability to assign non-org members to Issues to…
-rw-r--r--contributors/guide/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/contributors/guide/README.md b/contributors/guide/README.md
index 300a3418..9058c7cf 100644
--- a/contributors/guide/README.md
+++ b/contributors/guide/README.md
@@ -73,12 +73,16 @@ You get the idea - if you ever see something you think should be fixed, you shou
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](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.
+The `good first issue` label indicates that members have committed to providing extra assistance for new contributors. Read more [here](/contributors/devel/help-wanted.md).
<!-- TODO: review removing this note after 3 months or after the 1.12 release -->
Please note that while several of the repositories in the Kubernetes community have `good first issue` labels already, they are still being applied throughout the community.
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.
+#### Issue Assignment in Github
+
+Often, new contributors ask to be assigned an issue they are willing to take on. Unfortunately, due to GitHub limitations we can only assign issues to [org members](#community) or repo collaborators. Instead, please state in a comment that you intend to work on this issue and it will be assumed to be yours.
+
### Learn about SIGs
#### Sig structure