diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-10-04 09:09:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-04 09:09:09 -0700 |
| commit | df2ff3feb29dfa0db05a171ac5667dce050f58c9 (patch) | |
| tree | ebf4d5d1671f1a5b4faf63b3786aef69d57d5b67 /contributors | |
| parent | 8f8bbd5bab7030767320f827c0ff49483b49974f (diff) | |
| parent | 6ce538132f0e445a0f4e519a20a4412a15aaadb6 (diff) | |
Merge pull request #6078 from AvineshTripathi/helpwantedfix
added example links for help wanted and good first issue
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/guide/help-wanted.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contributors/guide/help-wanted.md b/contributors/guide/help-wanted.md index ba0b4859..0f93bdf3 100644 --- a/contributors/guide/help-wanted.md +++ b/contributors/guide/help-wanted.md @@ -49,6 +49,8 @@ Items marked with the `help wanted` label need to ensure that they are: Often these issues become obsolete and have already been done, are no longer desired, no longer make sense, have changed priority or difficulty , etc. +Example of a Help Wanted issue description can be found here: [kubernetes/test-infra#21356 (comment)](https://github.com/kubernetes/test-infra/issues/21356#issuecomment-799972711). + Related commands: - `/help` : Adds the `help wanted` label to an issue. @@ -102,6 +104,8 @@ labels (above) in addition to meeting the following criteria: fit to be copied. If the area of code doesn't have tests, before labeling the issue, add a test fixture. This prep often makes a great `help wanted` task! +Example of a Good First Issue description can be found here: [kubernetes/kubernetes#68231](https://github.com/kubernetes/kubernetes/issues/68231). + Related commands: - `/good-first-issue` : Adds the `good first issue` label to an issue. Also adds |
