Skip to content

Commit 334d4b2

Browse files
authored
Merge pull request #34831 from kinzhi/kinzhi159
[zh-cn]Sync content/zh-cn/docs/contribute/new-content/new-features.md
2 parents e39409e + 9d48d59 commit 334d4b2

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

content/zh-cn/docs/contribute/new-content/new-features.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ card:
2424
<!-- overview -->
2525

2626
<!--
27-
Each major Kubernetes release introduces new features that require documentation.
28-
New releases also bring updates to existing features and documentation (such as upgrading a feature from alpha to beta).
27+
Each major Kubernetes release introduces new features that require documentation. New releases also bring updates to existing features and documentation (such as upgrading a feature from alpha to beta).
2928
3029
Generally, the SIG responsible for a feature submits draft documentation of the
3130
feature as a pull request to the appropriate development branch of the
@@ -71,7 +70,7 @@ the techniques described in
7170
### Find out about upcoming features
7271
7372
To find out about upcoming features, attend the weekly SIG Release meeting (see
74-
the [community](https://kubernetes.io/community/) page for upcoming meetings)
73+
the [community](/community/) page for upcoming meetings)
7574
and monitor the release-specific documentation
7675
in the [kubernetes/sig-release](https://github.com/kubernetes/sig-release/)
7776
repository. Each release has a sub-directory in the [/sig-release/tree/master/releases/](https://github.com/kubernetes/sig-release/tree/master/releases)
@@ -81,7 +80,7 @@ notes, and a document listing each person on the release team.
8180
### 了解即将发布的功能特性
8281

8382
要了解即将发布的功能特性,可以参加每周的 SIG Release 例会
84-
(参考[社区](https://kubernetes.io/community/)页面,了解即将召开的会议),
83+
(参考[社区](/zh-cn/community/)页面,了解即将召开的会议),
8584
监视 [kubernetes/sig-release](https://github.com/kubernetes/sig-release/)
8685
中与发行相关的文档。
8786
每个发行版本在
@@ -226,11 +225,9 @@ When ready, populate your placeholder PR with feature documentation and change
226225
the state of the PR from draft to **ready for review**. To mark a pull request
227226
as ready for review, navigate to the merge box and click **Ready for review**.
228227
229-
Do your best to describe your feature and how to use it. If you need help
230-
structuring your documentation, ask in the `#sig-docs` slack channel.
228+
Do your best to describe your feature and how to use it. If you need help structuring your documentation, ask in the `#sig-docs` slack channel.
231229
232-
When you complete your content, the documentation person assigned to your
233-
feature reviews it.
230+
When you complete your content, the documentation person assigned to your feature reviews it.
234231
To ensure technical accuracy, the content may also require a technical review from corresponding SIG(s).
235232
Use their suggestions to get the content to a release ready state.
236233
-->
@@ -264,6 +261,12 @@ table with Alpha and Beta history intact.
264261
[已毕业或废弃的特性](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-graduated-or-deprecated-features)
265262
表格中,并确保迁移后保留其 Alpha、Beta 版本变迁历史。
266263

264+
<!--
265+
If your feature needs documentation and the first draft
266+
content is not received, the feature may be removed from the milestone.
267+
-->
268+
如果你的功能特性需要文档,而你未提交初版文档,该特性可能会被从里程碑中删除。
269+
267270
<!--
268271
### All PRs reviewed and ready to merge
269272

0 commit comments

Comments
 (0)