Skip to content

Commit 44467c5

Browse files
authored
Adds link to issues tagged as help-wanted
1 parent 2c18850 commit 44467c5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

sig-cli/CONTRIBUTING.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ in addition to many other responsibilities.
2525
### Understand the big picture
2626

2727
- Complete the [Kubernetes Basics Tutorial].
28-
- Be familiar with [kubctl user facing documentation ][kubectl docs].
28+
- Be familiar with [kubectl user facing documentation ][kubectl docs].
2929
- Read the concept guides starting with the [management overview].
3030

3131
### Modify your own `kubectl` fork
@@ -54,13 +54,15 @@ New contributors can try the following to work on an existing [bug] or [approved
5454
- In [slack][slack-messages] (signup [here][slack-signup]),
5555
@mention a [lead][leads] and ask if there are any issues you could pick up.
5656
Leads can recommend issues that have enough priority to receive PR review bandwidth.
57+
We also maintain a list of [CLI issues where help is wanted][cli_help_wanted_issues].
58+
Most of them are not very complex, so that's probably a good starting point.
5759
- Send an email to the _[email protected]_ [group]
5860

5961
> Subject: New sig-cli contributor _${yourName}_
6062
>
6163
> Body: Hello, my name is _${yourName}_. I would like to get involved in
6264
> contributing to the Kubernetes project. I have read all of the
63-
> user documentation listed on the community contributring page.
65+
> user documentation listed on the community contributing page.
6466
> What should I do next to get started?
6567
6668
- Attend a sig-cli [meeting] and introduce yourself as looking to get started.
@@ -71,9 +73,9 @@ New contributors can try the following to work on an existing [bug] or [approved
7173
- includes steps to reproduce the issue including client / server version,
7274
- mentions `@kubernetes/sig-cli-bugs`.
7375
2. A [PR] fixing the issue is implemented that
74-
- __includes unit and e2e tests__,
76+
- __includes unit and test-cmd tests__,
7577
- incorporates review feedback,
76-
- description includes `Closes #<Issue Number>`,
78+
- description includes `Closes #<Issue Number>` or `Fixes #<Issue Number>`,
7779
- description or comment @mentions `@kubernetes/sig-cli-pr-reviews`.
7880
3. Fix appears in the next Kubernetes release!
7981

@@ -293,6 +295,7 @@ See the sig-cli [community page] for points of contact and meeting times:
293295
[feature]: https://github.com/kubernetes/features
294296
[group]: https://groups.google.com/forum/#!forum/kubernetes-sig-cli
295297
[issue]: https://github.com/kubernetes/kubernetes/issues
298+
[cli_help_wanted_issues]: https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3Asig%2Fcli+label%3Ahelp-wanted
296299
[kubectl concept docs]: https://github.com/kubernetes/kubernetes.github.io/tree/master/docs/concepts/tools/kubectl
297300
[kubectl docs]: https://kubernetes.io/docs/user-guide/kubectl-overview
298301
[kubernetes/cmd/kubectl]: https://github.com/kubernetes/kubernetes/tree/master/cmd/kubectl

0 commit comments

Comments
 (0)