From b61d6fda16d3be2afc86ebeace955e6fcc97b985 Mon Sep 17 00:00:00 2001 From: chenrui Date: Fri, 26 Apr 2019 18:16:22 -0400 Subject: [PATCH] Update `contribute` page (#14051) --- content/en/docs/contribute/_index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/en/docs/contribute/_index.md b/content/en/docs/contribute/_index.md index 119aa0b459..c0618152aa 100644 --- a/content/en/docs/contribute/_index.md +++ b/content/en/docs/contribute/_index.md @@ -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 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/). {{% capture body %}} @@ -70,4 +70,9 @@ documentation, but it should help you get started. - Propose improvements to docs tests - 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 %}}