added example links for help wanted and good first issue

This commit is contained in:
Avinesh Tripathi 2021-09-29 14:19:43 +05:30
parent 78521146aa
commit 6ce538132f
1 changed files with 4 additions and 0 deletions

View File

@ -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 Often these issues become obsolete and have already been done, are no longer
desired, no longer make sense, have changed priority or difficulty , etc. 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: Related commands:
- `/help` : Adds the `help wanted` label to an issue. - `/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 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! 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: Related commands:
- `/good-first-issue` : Adds the `good first issue` label to an issue. Also adds - `/good-first-issue` : Adds the `good first issue` label to an issue. Also adds