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
Copy file name to clipboardExpand all lines: content/zh-cn/docs/contribute/_index.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,10 @@ class first,second,third white
151
151
<!--
152
152
Figure 1. Getting started for a new contributor.
153
153
154
-
Figure 1 outlines a roadmap for new contributors. You can follow some or all of the steps for `Sign up` and `Review`. Now you are ready to open PRs that achieve your contribution objectives with some listed under `Open PR`. Again, questions are always welcome!
154
+
Figure 1 outlines a roadmap for new contributors. You can follow some or
155
+
all of the steps for `Sign up` and `Review`. Now you are ready to open PRs
156
+
that achieve your contribution objectives with some listed under `Open PR`.
157
+
Again, questions are always welcome!
155
158
-->
156
159
图 1. 新手入门指示。
157
160
@@ -240,6 +243,27 @@ Figure 2. Preparation for your first contribution.
You can _still_ use Markdown inside these callouts.
716
716
-->
717
-
在这类短代码中仍然_可以_使用 Markdown 语法。
717
+
在这类短代码中仍然**可以**使用 Markdown 语法。
718
718
{{< /note >}}
719
719
720
720
<!--
@@ -1234,8 +1234,7 @@ This page teaches you how to use pods. | In this page, we are going to learn abo
1234
1234
1235
1235
### 避免使用“我们”
1236
1236
1237
-
在句子中使用“我们”会让人感到困惑,因为读者可能不知道这里的
1238
-
“我们”指的是谁。
1237
+
在句子中使用“我们”会让人感到困惑,因为读者可能不知道这里的“我们”指的是谁。
1239
1238
1240
1239
{{< table caption = "要避免的模式" >}}
1241
1240
可以 | 不可以
@@ -1283,7 +1282,7 @@ is the [Deprecated API migration guide](/docs/reference/using-api/deprecation-gu
1283
1282
### 避免关于将来的陈述
1284
1283
1285
1284
要避免对将来作出承诺或暗示。如果你需要讨论的是 Alpha 功能特性,
1286
-
可以将相关文字放在一个单独的标题下,标示为 Alpha 版本信息。
1285
+
可以将相关文字放在一个单独的标题下,标识为 Alpha 版本信息。
1287
1286
1288
1287
此规则的一个例外是对未来版本中计划移除的已废弃功能选项的文档。
1289
1288
此类文档的例子之一是[已弃用 API 迁移指南](/zh-cn/docs/reference/using-api/deprecation-guide/)。
@@ -1341,6 +1340,20 @@ These steps ... | These simple steps ...
1341
1340
这些步骤... | 这些简单的步骤...
1342
1341
{{< /table >}}
1343
1342
1343
+
<!--
1344
+
### EditorConfig file
1345
+
The Kubernetes project maintains an EditorConfig file that sets common style preferences in text editors
1346
+
such as VS Code. You can use this file if you want to ensure that your contributions are consistent with
1347
+
the rest of the project. To view the file, refer to
1348
+
[`.editorconfig`](https://github.com/kubernetes/website/blob/main/.editorconfig) in the repository root.
1349
+
-->
1350
+
### 编辑器配置文件
1351
+
1352
+
Kubernetes 项目维护一个 EditorConfig 文件,用于设置文本编辑器(例如 VS Code)中的常见样式首选项。
Copy file name to clipboardExpand all lines: content/zh-cn/docs/contribute/suggesting-improvements.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,29 @@ content_type: concept
4
4
weight: 10
5
5
card:
6
6
name: contribute
7
-
weight: 20
7
+
weight: 15
8
+
anchors:
9
+
- anchor: "#opening-an-issue"
10
+
title: 提出内容改进建议
8
11
---
9
12
<!--
10
13
title: Suggesting content improvements
11
14
content_type: concept
12
15
weight: 10
13
16
card:
14
17
name: contribute
15
-
weight: 20
18
+
weight: 15
19
+
anchors:
20
+
- anchor: "#opening-an-issue"
21
+
title: Suggest content improvements
16
22
-->
17
23
18
24
<!-- overview -->
19
25
20
26
<!--
21
-
If you notice an issue with Kubernetes documentation or have an idea for new content, then open an issue. All you need is a [GitHub account](https://github.com/join) and a web browser.
27
+
If you notice an issue with Kubernetes documentation or have an idea for new content,
28
+
then open an issue. All you need is a [GitHub account](https://github.com/join) and
29
+
a web browser.
22
30
23
31
In most cases, new work on Kubernetes documentation begins with an issue in GitHub. Kubernetes contributors
24
32
then review, categorize and tag issues as needed. Next, you or another member
@@ -115,4 +123,3 @@ fellow contributors. For example, "The docs are terrible" is not
0 commit comments