Add info about feature gates, fix formatting problem (#10273)

This commit is contained in:
Misty Linville 2018-09-19 20:09:41 -07:00 committed by k8s-ci-robot
parent 5e858b3ddc
commit 92dd5f0236
1 changed files with 6 additions and 0 deletions

View File

@ -730,6 +730,7 @@ the techniques described in
[Commit into another person's PR](#commit-into-another-persons-pr). [Commit into another person's PR](#commit-into-another-persons-pr).
If you need to write a new topic, the following links are useful: If you need to write a new topic, the following links are useful:
- [Writing a New Topic](/docs/contribute/style/write-new-topic/) - [Writing a New Topic](/docs/contribute/style/write-new-topic/)
- [Using Page Templates](/docs/contribute/style/page-templates/) - [Using Page Templates](/docs/contribute/style/page-templates/)
- [Documentation Style Guide](/docs/contribute/style/style-guide/) - [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 documentation and the docs are not ready, the feature may be removed from the
milestone. 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 ## Contribute to other repos
The [Kubernetes project](https://github.com/kubernetes) contains more than 50 The [Kubernetes project](https://github.com/kubernetes) contains more than 50