Update `contribute` page (#14051)

This commit is contained in:
chenrui 2019-04-26 18:16:22 -04:00 committed by Kubernetes Prow Robot
parent 280ca8bfe9
commit b61d6fda16
1 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,7 @@ we're happy to have your help! Anyone can contribute, whether you're new to the
project or you've been around a long time, and whether you self-identify as a project or you've been around a long time, and whether you self-identify as a
developer, an end user, or someone who just can't stand seeing typos. developer, an end user, or someone who just can't stand seeing typos.
For more ways to get involved in the Kubernetes community or to learn about us, visit the [Kubernetes community site](/community/). For more ways to get involved in the Kubernetes community or to learn about us, visit the [Kubernetes community site](/community/).
For information on the Kubernetes documentation style guide, see the [style guide](/docs/contribute/style/style-guide/). For information on the Kubernetes documentation style guide, see the [style guide](/docs/contribute/style/style-guide/).
{{% capture body %}} {{% capture body %}}
@ -70,4 +70,9 @@ documentation, but it should help you get started.
- Propose improvements to docs tests - Propose improvements to docs tests
- Propose improvements to the Kubernetes website or other tooling - Propose improvements to the Kubernetes website or other tooling
### Feature development
You can also contribute to Kubernetes feature development.
The [contributor cheatsheet](https://github.com/kubernetes/community/tree/master/contributors/guide/contributor-cheatsheet) can help you get started.
{{% /capture %}} {{% /capture %}}