From 7b0d19ef8572b62797db943f3361e6b7b8c8b266 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 26 Apr 2019 01:16:32 -0400 Subject: [PATCH] Update `contribute` page --- 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 119aa0b4593f8..c0618152aa1b2 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 %}}