Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix contributor guide URL #4978

Merged
merged 2 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/contributing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following guides describe how to contribute to OpenTelemetry documentation.

For guidance on how to contribute to the OpenTelemetry project in general, see
the
[OpenTelemetry Contributor Guide](https://github.com/open-telemetry/community/blob/main/CONTRIBUTING.md)
[OpenTelemetry Contributor Guide](https://github.com/open-telemetry/community/blob/main/guides/contributor/README.md)
, which provides details on the Contributor License Agreement and the Code of
Conduct. Every language implementation, Collector, and conventions
[repository](https://github.com/open-telemetry/) has its own specific
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/contributing/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ locally, see [Development](/docs/contributing/development).
## Sign the CNCF CLA {#sign-the-cla}

All OpenTelemetry contributors must read the
[Contributor guide](https://github.com/open-telemetry/community/blob/main/CONTRIBUTING.md)
[Contributor guide](https://github.com/open-telemetry/community/blob/main/guides/contributor/README.md)
and
[sign the Contributor License Agreement (CLA)](https://docs.linuxfoundation.org/lfx/easycla/contributors).

Expand Down
2 changes: 1 addition & 1 deletion content/ja/docs/contributing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OpenTelemetryドキュメントコントリビューターは以下を行ない

以下の手引はOpenTelemetryドキュメントへのコントリビュート方法について説明します。

OpenTelemetryプロジェクトへの一般的なコントリビュートの手引には、[OpenTelemetryコントリビューターガイド](https://github.com/open-telemetry/community/blob/main/CONTRIBUTING.md)を参照ください。
OpenTelemetryプロジェクトへの一般的なコントリビュートの手引には、[OpenTelemetryコントリビューターガイド](https://github.com/open-telemetry/community/blob/main/guides/contributor/README.md)を参照ください。
コントリビューターライセンス規約(Contributor License Agreement)と行動規範(Code of Conduct)の詳細が記されています。
すべての言語の実装、コレクター、規約の[レポジトリ](https://github.com/open-telemetry/)は独自のコントリビュートの手引があります。

Expand Down
4 changes: 2 additions & 2 deletions content/zh/docs/contributing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight: 980
default_lang_commit: 8603bc8
---

下面的指引描述了如何为 OpenTelemetry 文档做贡献。关于如何为 OpenTelemetry 项目作出贡献,请参阅[OpenTelemetry 贡献者指南](https://github.com/open-telemetry/community/blob/main/CONTRIBUTING.md),其中提供了有关贡献者许可协议和行为准则的详细信息。从某种程度上讲,每种语言实现、收集器和约定 [仓库](https://github.com/open-telemetry/) 都有自己特定的贡献指南。
下面的指引描述了如何为 OpenTelemetry 文档做贡献。关于如何为 OpenTelemetry 项目作出贡献,请参阅[OpenTelemetry 贡献者指南](https://github.com/open-telemetry/community/blob/main/guides/contributor/README.md),其中提供了有关贡献者许可协议和行为准则的详细信息。从某种程度上讲,每种语言实现、收集器和约定 [仓库](https://github.com/open-telemetry/) 都有自己特定的贡献指南。

对于文档中的问题,你可以提一个关于 OpenTelemetry 的问题(issue),或者向[`opentelemetry.io` GitHub 仓库](https://github.com/open-telemetry/opentelemetry.io)发起一个带有变更的拉取请求(pull request)。

Expand All @@ -29,7 +29,7 @@ OpenTelemetry 文档贡献者可以:

### 签署 CNCF CLA {#sign-the-cla}

所有 OpenTelemetry 贡献者**必须**阅读[贡献者指南](https://github.com/open-telemetry/community/blob/main/CONTRIBUTING.md) 并[签署贡献者授权同意书 (Contributor License Agreement, CLA)](https://docs.linuxfoundation.org/lfx/easycla/contributors)。
所有 OpenTelemetry 贡献者**必须**阅读[贡献者指南](https://github.com/open-telemetry/community/blob/main/guides/contributor/README.md) 并[签署贡献者授权同意书 (Contributor License Agreement, CLA)](https://docs.linuxfoundation.org/lfx/easycla/contributors)。

未签署 CLA 的贡献者发起的拉取请求将无法通过自动化测试。你提供的姓名和邮箱必须与你的 `git config` 中的姓名和邮箱,并且你的 git 姓名和邮箱必须与 CLA 中使用的姓名和电子邮件相匹配。

Expand Down