diff --git a/content/zh/docs/contribute/_index.md b/content/zh/docs/contribute/_index.md index 79b23667aa..1e0f5d8e82 100644 --- a/content/zh/docs/contribute/_index.md +++ b/content/zh/docs/contribute/_index.md @@ -1,6 +1,6 @@ --- content_type: concept -title: 贡献 Kubernetes 文档 +title: 为 Kubernetes 文档出一份力 linktitle: 贡献 main_menu: true no_list: true @@ -26,7 +26,23 @@ card: --> +概述 + +*Kubernetes 欢迎所有新的和有经验的贡献者的改进!* + + +{{< note >}} +要了解更多有关为Kubernetes做出贡献的信息,请参阅 +[贡献者文档](https://www.kubernetes.dev/docs/). +{{< /note >}} -本网站由 [Kubernetes SIG(特别兴趣小组) Docs](/zh/docs/contribute/#get-involved-with-SIG-Docs) 维护. +本网站由 [Kubernetes SIG(特别兴趣小组) Docs](/zh/docs/contribute/#get-involved-with-SIG-Docs) 维护。 Kubernetes 文档项目的贡献者: @@ -64,6 +80,13 @@ You need to be comfortable with [GitHub](https://lab.github.com/) to work effectively in the Kubernetes community. +--> +## 入门 {#getting-started} + +任何人都可以提出文档方面的问题(issue),或贡献一个变更,用拉取请求(PR)的方式提交到 +[GitHub 上的 `kubernetes/website` 仓库](https://github.com/kubernetes/website)。 +当然你需要熟练使用 [git](https://git-scm.com/) 和 [GitHub](https://lab.github.com/) 才能在 Kubernetes 社区中有效工作。 + -## 入门 {#getting-started} - -任何人都可以提出文档方面的问题(issue),或贡献一个变更,用拉取请求(PR)的方式提交到 -[GitHub 上的 `kubernetes/website` 仓库](https://github.com/kubernetes/website)。 -当然你需要熟练使用 [git](https://git-scm.com/) 和 [GitHub](https://lab.github.com/) 才能在 Kubernetes 社区中有效工作。 - -参与文档编制: +如何参与文档编制: 1. 签署 CNCF 的[贡献者许可协议](https://github.com/kubernetes/community/blob/master/CLA.md)。 2. 熟悉[文档仓库](https://github.com/kubernetes/website) @@ -134,7 +151,7 @@ roles and permissions. - Document [features in a release](/docs/contribute/new-content/new-features/). - Participate in [SIG Docs](/docs/contribute/participate/), and become a [member or reviewer](/docs/contribute/participate/roles-and-responsibilities/). - + - Start or help with a [localization](/docs/contribute/localization/). --> ## 下一步 {#next-teps} @@ -142,7 +159,7 @@ roles and permissions. - 学习在仓库的[本地克隆中工作](/zh/docs/contribute/new-content/open-a-pr/#fork-the-repo)。 - 为[发行版的特性](/zh/docs/contribute/new-content/new-features/)编写文档。 - 加入 [SIG Docs](/zh/docs/contribute/participate/), 并成为[成员或评审者](/zh/docs/contribute/participate/roles-and-responsibilities/)。 - + - 开始或帮助[本地化](/zh/docs/contribute/localization/) 工作。