diff --git a/content/zh/docs/contribute/new-content/new-features.md b/content/zh/docs/contribute/new-content/new-features.md index 3d261e956d..b7ff463590 100644 --- a/content/zh/docs/contribute/new-content/new-features.md +++ b/content/zh/docs/contribute/new-content/new-features.md @@ -10,6 +10,7 @@ card: title: 为发行版本撰写功能特性文档 --- @@ -188,7 +190,9 @@ SIG Docs 一起工作,确保这一新功能在发行之前已经为之撰写 1. Open a pull request against the `dev-{{< skew nextMinorVersion >}}` branch in the `kubernetes/website` repository, with a small commit that you will amend later. -2. Use the Prow command `/milestone {{< skew nextMinorVersion >}}` to +2. Edit the pull request description to include links to [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) +PR(s) and [kubernetes/enhancements](https://github.com/kubernetes/enhancements) issue(s). +3. Use the Prow command `/milestone {{< skew nextMinorVersion >}}` to assign the PR to the relevant milestone. This alerts the docs person managing this release that the feature docs are coming. --> @@ -196,8 +200,9 @@ this release that the feature docs are coming. 1. 在 `kubernetes/website` 仓库上针对 `dev-{{< skew nextMinorVersion >}}` 分支提交一个 PR,其中包含较少的、待以后慢慢补齐的提交内容。 -1. 使用 Prow 命令 `/milestone {{< skew nextMinorVersion >}}` 将 PR - 指派到对应的里程碑。这样做会提醒负责管理对应发行版本的文档团队成员,有 +1. 编辑拉取请求描述以包括指向 [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) PR和 [kubernetes/enhancements](https://github.com/kubernetes/enhancements) 问题的链接。 +1. 使用 Prow 命令 `/milestone {{< skew nextMinorVersion >}}` + 将 PR指派到对应的里程碑。这样做会提醒负责管理对应发行版本的文档团队成员,有 新的功能特性要合并到将来版本。 -### 所有 PRs 均经过评审且合并就绪 +### 所有 PR 均经过评审且合并就绪 如果你的 PR 在发行截止日期之前尚未合并到 `dev-{{< skew nextMinorVersion >}}` 分支, 请与负责管理该发行版本的文档团队成员一起合作,在截止期限之前将其合并。 @@ -264,4 +272,3 @@ remove it from that table. [Alpha/Beta 特性门控](/zh/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) 表格中。 如果你的功能特性不再是 Alpha 阶段,请确保特性门控状态得到更新。 -