Skip to content

Commit df2ff3f

Browse files
authored
Merge pull request #6078 from AvineshTripathi/helpwantedfix
added example links for help wanted and good first issue
2 parents 8f8bbd5 + 6ce5381 commit df2ff3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contributors/guide/help-wanted.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Items marked with the `help wanted` label need to ensure that they are:
4949
Often these issues become obsolete and have already been done, are no longer
5050
desired, no longer make sense, have changed priority or difficulty , etc.
5151

52+
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).
53+
5254
Related commands:
5355

5456
- `/help` : Adds the `help wanted` label to an issue.
@@ -102,6 +104,8 @@ labels (above) in addition to meeting the following criteria:
102104
fit to be copied. If the area of code doesn't have tests, before labeling the
103105
issue, add a test fixture. This prep often makes a great `help wanted` task!
104106

107+
Example of a Good First Issue description can be found here: [kubernetes/kubernetes#68231](https://github.com/kubernetes/kubernetes/issues/68231).
108+
105109
Related commands:
106110

107111
- `/good-first-issue` : Adds the `good first issue` label to an issue. Also adds

0 commit comments

Comments
 (0)