Skip to content

Commit 9fda1f1

Browse files
authored
Merge pull request #22241 from tengqm/sync-zh-contrib-1
[zh] Sync contribution changes (1)
2 parents cd2ab82 + 7fd6907 commit 9fda1f1

File tree

9 files changed

+990
-2994
lines changed

9 files changed

+990
-2994
lines changed

content/zh/docs/contribute/_index.md

Lines changed: 4 additions & 186 deletions
Original file line numberDiff line numberDiff line change
@@ -1,191 +1,9 @@
11
---
2-
content_type: concept
3-
title: 为 Kubernetes 文档做贡献
4-
linktitle: 贡献
5-
main_menu: true
6-
weight: 80
2+
title: 贡献新内容
3+
weight: 20
74
---
85

96
<!--
10-
---
11-
content_type: concept
12-
title: Contribute to Kubernetes docs
13-
linktitle: Contribute
14-
main_menu: true
15-
weight: 80
16-
---
17-
-->
18-
19-
<!-- overview -->
20-
21-
<!--
22-
If you would like to help contribute to the Kubernetes documentation or website,
23-
we're happy to have your help! Anyone can contribute, whether you're new to the
24-
project or you've been around a long time, and whether you self-identify as a
25-
developer, an end user, or someone who just can't stand seeing typos.
26-
-->
27-
28-
如果你想帮助对 Kubernetes 文档或网站做出贡献,我们很高兴得到你的帮助!
29-
任何人都可以做出贡献,无论你刚参与项目还是参与了很长时间,无论你是开发人员还是用户,或是无法忍受看到拼写错误的人。
30-
31-
<!--
32-
For more ways to get involved in the Kubernetes community or to learn about us,
33-
also visit the [Kubernetes community site](/community/).
34-
-->
35-
36-
更多途径参与 Kubernetes 社区或了解我们,请访问 [Kubernetes 社区网站](/community/)
37-
38-
<!--
39-
Looking for the [style guide](/docs/contribute/style/style-guide/) or the
40-
[Kubernetes Community site](/community/)?
41-
-->
42-
43-
查找 [样式指南](/docs/contribute/style/style-guide/) 或者 [Kubernetes 社区网站](/community/)
44-
45-
46-
47-
<!-- body -->
48-
49-
<!--
50-
## Types of contributor
51-
-->
52-
53-
## 贡献者类型
54-
55-
<!--
56-
- A _member_ of the Kubernetes organization has [signed the CLA](/docs/contribute/start#sign-the-cla)
57-
and contributed some time and effort to the project. See
58-
[Community membership](https://github.com/kubernetes/community/blob/master/community-membership.md)
59-
for specific criteria for membership.
60-
-->
61-
62-
- [签署了 CLA](/docs/contribute/start#sign-the-cla)并为项目贡献了时间和精力的 Kubernetes 组织的_成员_
63-
参见 [社区成员](https://github.com/kubernetes/community/blob/master/community-membership.md) 中对于成员资格的具体标准。
64-
65-
<!--
66-
- A SIG Docs _reviewer_ is a member of the Kubernetes organization who has
67-
expressed interest in reviewing documentation pull requests and who has been
68-
added to the appropriate Github group and `OWNERS` files in the Github
69-
repository, by a SIG Docs Approver.
70-
-->
71-
72-
- SIG Docs 的_评审者_是对评审文档 PR 感兴趣,并被 SIG Docs 审批者添加到 Github 群组并在 Github 仓库中 `OWNERS` 文件的 Kubernetes 组织的成员。
73-
74-
<!--
75-
- A SIG Docs _approver_ is a member in good standing who has shown a continued
76-
commitment to the project and is granted the ability to merge pull requests
77-
and thus to publish content on behalf of the Kubernetes organization.
78-
Approvers can also represent SIG Docs in the larger Kubernetes community.
79-
Some of the duties of a SIG Docs approver, such as coordinating a release,
80-
require a significant time commitment.
81-
-->
82-
83-
- SIG Docs 的_审批者_是对项目持续贡献,并被授予合并 PR 权限和代表 Kubernetes 组织发布内容的成员。
84-
批准人也可以在更广泛的 Kubernetes 社区中代表 SIG Docs 团队。
85-
SIG Docs审批者的一些职责,如协调发布版本,需要大量的时间投入。
86-
87-
<!--
88-
## Ways to contribute
89-
-->
90-
91-
## 贡献途径
92-
93-
<!--
94-
This list is divided into things anyone can do, things Kubernetes organization
95-
members can do, and things that require a higher level of access and familiarity
96-
with SIG Docs processes. Contributing consistently over time can help you
97-
understand some of the tooling and organizational decisions that have already
98-
been made.
99-
-->
100-
101-
以下列表将工作分成了:任何人都可以做的工作、Kubernetes 组织成员可以做的工作,和熟悉 SIG Docs 流程并且有更高访问权限才能做的工作。
102-
持续的贡献可以帮助你理解已有的工具和组织决策。
103-
104-
<!--
105-
This is not an exhaustive list of ways you can contribute to the Kubernetes
106-
documentation, but it should help you get started.
107-
-->
108-
109-
你对 Kubernetes 文档可以做出的贡献不仅限于列表列出的条目,但它可以帮助你开动起来。
110-
111-
<!--
112-
- [Anyone](/docs/contribute/start/)
113-
- File actionable bugs
114-
-->
115-
116-
- [任何人](/docs/contribute/start/)
117-
- 登记记录可修正的错误
118-
119-
<!--
120-
- [Member](/docs/contribute/start/)
121-
- Improve existing docs
122-
- Bring up ideas for improvement on Slack or SIG docs mailing list
123-
- Improve docs accessibility
124-
- Provide non-binding feedback on PRs
125-
- Write a blog post or case study
126-
-->
127-
128-
- [成员](/docs/contribute/start/)
129-
- 完善已有文档
130-
- 在 Slack 或 SIG Docs 邮件列表中提出改进意见
131-
- 提升文档的易用性
132-
- 对 PR 提出无约束的反馈
133-
- 编写博文和案例分析
134-
135-
<!--
136-
- [Reviewer](/docs/contribute/intermediate/)
137-
- Document new features
138-
- Triage and categorize issues
139-
- Review PRs
140-
- Create diagrams, graphics assets, and embeddable screencasts / videos
141-
- Localization
142-
- Contribute to other repos as a docs representative
143-
- Edit user-facing strings in code
144-
- Improve code comments, Godoc
7+
title: Contributing new content
8+
weight: 20
1459
-->
146-
147-
- [评审者](/docs/contribute/intermediate/)
148-
- 为新功能特性编写文档
149-
- 对 issue 进行筛选和分类
150-
- 评审 PR
151-
- 创建图表、图形分析和嵌入式的屏幕/视频
152-
- 本地化
153-
- 作为 docs 小组的代表为其他项目仓库做贡献
154-
- 在代码中编辑面向用户的字符串
155-
- 改进代码注释和 Godoc
156-
157-
<!--
158-
- [Approver](/docs/contribute/advanced/)
159-
- Publish contributor content by approving and merging PRs
160-
- Participate in a Kubernetes release team as a docs representative
161-
- Propose improvements to the style guide
162-
- Propose improvements to docs tests
163-
- Propose improvements to the Kubernetes website or other tooling
164-
-->
165-
166-
- [审批者](/docs/contribute/advanced/)
167-
- 通过批准和合并 PR 发布贡献成果
168-
- 作为 docs 团队的代表参与 Kubernetes 发布团队
169-
- 对样式指南提出改进建议
170-
- 对文档测试提出改进建议
171-
- 对 Kubernetes 网站或其他工具提出改进建议
172-
173-
<!--
174-
## Additional ways to contribute
175-
-->
176-
177-
## 其他贡献途径
178-
179-
<!--
180-
- To contribute to the Kubernetes community through online forums like Twitter or Stack Overflow, or learn about local meetups and Kubernetes events, visit the [Kubernetes community site](/community/).
181-
-->
182-
183-
- 如果您要通过 Twitter 或 Stack Overflow 等在线论坛为社区做贡献,或了解本地会议及 Kubernetes 事件,请查看 [Kubernetes 社区网站](/community/).
184-
185-
<!--
186-
- To contribute to feature development, read the [contributor cheatsheet](https://github.com/kubernetes/community/tree/master/contributors/guide/contributor-cheatsheet) to get started.
187-
-->
188-
189-
- 如果您要开发新的特性,请阅读 [contributor cheatsheet](https://github.com/kubernetes/community/tree/master/contributors/guide/contributor-cheatsheet).
190-
191-

0 commit comments

Comments
 (0)