You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -225,20 +223,20 @@ When ready, populate your placeholder PR with feature documentation and change
225
223
the state of the PR from draft to **ready for review**. To mark a pull request
226
224
as ready for review, navigate to the merge box and click **Ready for review**.
227
225
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.
226
+
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.
229
227
230
228
When you complete your content, the documentation person assigned to your feature reviews it.
231
229
To ensure technical accuracy, the content may also require a technical review from corresponding SIG(s).
232
230
Use their suggestions to get the content to a release ready state.
233
231
-->
234
232
### PR 准备好评阅 {#pr-ready-for-review}
235
233
236
-
时机成熟时,你可以在你的占位 PR 中完成功能特性文档,并将 PR 的状态
237
-
从草案状态更改为 **Ready for Review**。要将一个拉取请求标记为预备
238
-
评阅,转到页面的 merge 框,点击 **Ready for review**。
234
+
时机成熟时,你可以在你的占位 PR 中完成功能特性文档,并将 PR 的状态从草案状态更改为
235
+
**Ready for Review**。要将一个拉取请求标记为已准备好评阅,
236
+
转到页面的 merge 框,点击 **Ready for review**。
239
237
240
-
尽可能为功能特性提供详尽文档以及使用说明。如果你需要文档组织方面的帮助,请
241
-
在`#sig-docs` Slack 频道中提问。
238
+
尽可能为功能特性提供详尽文档以及使用说明。如果你需要文档组织方面的帮助,
239
+
请在`#sig-docs` Slack 频道中提问。
242
240
243
241
当你已经完成内容撰写,指派给你的功能特性的文档贡献者会去评阅文档。
244
242
为了确保技术准确性,内容可能还需要相应 SIG 的技术审核。
@@ -249,17 +247,20 @@ If your feature is an Alpha or Beta feature and is behind a feature gate,
249
247
make sure you add it to [Alpha/Beta Feature gates](/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features)
250
248
table as part of your pull request. With new feature gates, a description of
251
249
the feature gate is also required. If your feature is GA'ed or deprecated,
252
-
make sure to move it from that table to [Feature gates for graduated or deprecated features](/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-graduated-or-deprecated-features)
250
+
make sure to move it from the
251
+
[Feature gates for Alpha/Feature](docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) table
252
+
to [Feature gates for graduated or deprecated features](/docs/reference/command-line-tools-reference/feature-gates-removed/#feature-gates-that-are-removed)
0 commit comments