From 92dd5f0236933a93293b51928de6a28520f23f8c Mon Sep 17 00:00:00 2001 From: Misty Linville Date: Wed, 19 Sep 2018 20:09:41 -0700 Subject: [PATCH] Add info about feature gates, fix formatting problem (#10273) --- content/en/docs/contribute/intermediate.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/contribute/intermediate.md b/content/en/docs/contribute/intermediate.md index 48e986bbfd..a986fd105d 100644 --- a/content/en/docs/contribute/intermediate.md +++ b/content/en/docs/contribute/intermediate.md @@ -730,6 +730,7 @@ the techniques described in [Commit into another person's PR](#commit-into-another-persons-pr). If you need to write a new topic, the following links are useful: + - [Writing a New Topic](/docs/contribute/style/write-new-topic/) - [Using Page Templates](/docs/contribute/style/page-templates/) - [Documentation Style Guide](/docs/contribute/style/style-guide/) @@ -764,6 +765,11 @@ deadlines. Some deadlines related to documentation are: documentation and the docs are not ready, the feature may be removed from the milestone. +If your feature is an Alpha feature and is behind a feature gate, make sure you +add it to [Feature gates](/docs/reference/command-line-tools-reference/feature-gates/) +as part of your pull request. If your feature is moving out of Alpha, make sure to +remove it from that file. + ## Contribute to other repos The [Kubernetes project](https://github.com/kubernetes) contains more than 50