@@ -25,7 +25,7 @@ in addition to many other responsibilities.
25
25
### Understand the big picture
26
26
27
27
- 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 ] .
29
29
- Read the concept guides starting with the [ management overview] .
30
30
31
31
### Modify your own ` kubectl ` fork
@@ -54,13 +54,15 @@ New contributors can try the following to work on an existing [bug] or [approved
54
54
- In [ slack] [ slack-messages ] (signup [ here] [ slack-signup ] ),
55
55
@mention a [ lead] [ leads ] and ask if there are any issues you could pick up.
56
56
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.
57
59
- Send an email to the
_ [email protected] _ [ group
]
58
60
59
61
> Subject: New sig-cli contributor _ ${yourName}_
60
62
>
61
63
> Body: Hello, my name is _ ${yourName}_ . I would like to get involved in
62
64
> 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.
64
66
> What should I do next to get started?
65
67
66
68
- 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
71
73
- includes steps to reproduce the issue including client / server version,
72
74
- mentions ` @kubernetes/sig-cli-bugs ` .
73
75
2 . A [ PR] fixing the issue is implemented that
74
- - __ includes unit and e2e tests__ ,
76
+ - __ includes unit and test-cmd tests__ ,
75
77
- incorporates review feedback,
76
- - description includes ` Closes #<Issue Number> ` ,
78
+ - description includes ` Closes #<Issue Number> ` or ` Fixes #<Issue Number> ` ,
77
79
- description or comment @mentions ` @kubernetes/sig-cli-pr-reviews ` .
78
80
3 . Fix appears in the next Kubernetes release!
79
81
@@ -293,6 +295,7 @@ See the sig-cli [community page] for points of contact and meeting times:
293
295
[ feature ] : https://github.com/kubernetes/features
294
296
[ group ] : https://groups.google.com/forum/#!forum/kubernetes-sig-cli
295
297
[ 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
296
299
[ kubectl concept docs ] : https://github.com/kubernetes/kubernetes.github.io/tree/master/docs/concepts/tools/kubectl
297
300
[ kubectl docs ] : https://kubernetes.io/docs/user-guide/kubectl-overview
298
301
[ kubernetes/cmd/kubectl ] : https://github.com/kubernetes/kubernetes/tree/master/cmd/kubectl
0 commit comments