diff options
| author | Avinesh Tripathi <avineshtripathi1@gmail.com> | 2021-09-29 14:19:43 +0530 |
|---|---|---|
| committer | Avinesh Tripathi <avineshtripathi1@gmail.com> | 2021-09-29 14:19:43 +0530 |
| commit | 6ce538132f0e445a0f4e519a20a4412a15aaadb6 (patch) | |
| tree | 66523ed87cb8ebd40811fe5e41979d5374fdf91d /contributors | |
| parent | 78521146aacc478fbf415d2c89fab0c53d3f7e12 (diff) | |
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 |
