Update references to help wanted label
This commit is contained in:
parent
19d1097b58
commit
ce3044d912
|
@ -85,8 +85,7 @@ If you want to work on a new idea of relatively small scope:
|
|||
[Developer's Guide]: contributors/devel/development.md
|
||||
[develop a new feature]: https://github.com/kubernetes/features
|
||||
[expectations]: contributors/devel/community-expectations.md
|
||||
[help wanted]: https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3A%22help%20wanted%22
|
||||
[help wanted]: https://go.k8s.io/help-wanted
|
||||
[pull request]: contributors/devel/pull-requests.md
|
||||
|
||||
[]()
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@ You get the idea - if you ever see something you think should be fixed, you shou
|
|||
### Find a good first topic
|
||||
|
||||
There are multiple repositories within the Kubernetes community and a full list of repositories can be found [here](https://github.com/kubernetes/).
|
||||
Each repository in the Kubernetes organization has beginner-friendly issues that provide a good first issue. For example, [kubernetes/kubernetes](https://git.k8s.io/kubernetes) has [help-wanted issues](https://issues.k8s.io/?q=is%3Aopen+is%3Aissue+label%3A%22help%20wanted%22) that should not need deep knowledge of the system.
|
||||
Each repository in the Kubernetes organization has beginner-friendly issues that provide a good first issue. For example, [kubernetes/kubernetes](https://git.k8s.io/kubernetes) has [help wanted issues](https://go.k8s.io/help-wanted) that should not need deep knowledge of the system.
|
||||
Another good strategy is to find a documentation improvement, such as a missing/broken link, which will give you exposure to the code submission/review process without the added complication of technical depth. Please see [Contributing](#Contributing) below for the workflow.
|
||||
|
||||
### Learn about SIGs
|
||||
|
@ -251,4 +251,3 @@ _Improvements needed_
|
|||
|
||||
_Improvements needed_
|
||||
* Link and mini description for Kubernetes Pilots should go here.
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ To start working on the project, make sure to fill out the CLA and check if you
|
|||
|
||||
Check out these specific resources for how to contribute to CLI:
|
||||
* SIG-CLI - [How to Contribute](https://github.com/kubernetes/community/blob/master/sig-cli/CONTRIBUTING.md)
|
||||
* Filter issue search for: `is:open is:issue label:sig/cli label:help-wanted` (or `label:for-new-contributors`)
|
||||
* Filter issue search for: `is:open is:issue label:sig/cli label:"help wanted"`
|
||||
* Hand picked issues for outreachy applications: https://github.com/kubernetes/kubectl/projects/3
|
||||
|
||||
## Available tasks
|
||||
|
|
|
@ -280,7 +280,7 @@ See the sig-multicluster [community page] for points of contact and meeting time
|
|||
[feature]: https://github.com/kubernetes/features
|
||||
[group]: https://groups.google.com/forum/#!forum/kubernetes-sig-multicluster
|
||||
[issue]: https://github.com/kubernetes/kubernetes/issues
|
||||
[multicluster_help_wanted_issues]: https://github.com/kubernetes/kubernetes/issues?utf8=%E2%9C%93&q=is%3Aopen%20is%3Aissue%20label%3Ahelp-wanted%20label%3Asig%2Fmulticluster
|
||||
[multicluster_help_wanted_issues]: https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3A"help+wanted"+label%3Asig%2Fmulticluster
|
||||
[kubectl concept docs]: https://github.com/kubernetes/kubernetes.github.io/tree/master/docs/concepts/tools/kubectl
|
||||
[kubectl docs]: https://kubernetes.io/docs/user-guide/kubectl-overview
|
||||
[kubernetes/cmd/kubectl]: https://github.com/kubernetes/kubernetes/tree/master/cmd/kubectl
|
||||
|
|
Loading…
Reference in New Issue