You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributors/guide/help-wanted.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ Items marked with the `help wanted` label need to ensure that they are:
49
49
Often these issues become obsolete and have already been done, are no longer
50
50
desired, no longer make sense, have changed priority or difficulty , etc.
51
51
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
+
52
54
Related commands:
53
55
54
56
-`/help` : Adds the `help wanted` label to an issue.
@@ -102,6 +104,8 @@ labels (above) in addition to meeting the following criteria:
102
104
fit to be copied. If the area of code doesn't have tests, before labeling the
103
105
issue, add a test fixture. This prep often makes a great `help wanted` task!
104
106
107
+
Example of a Good First Issue description can be found here: [kubernetes/kubernetes#68231](https://github.com/kubernetes/kubernetes/issues/68231).
108
+
105
109
Related commands:
106
110
107
111
-`/good-first-issue` : Adds the `good first issue` label to an issue. Also adds
0 commit comments