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

[ja] translate contributing/prerequisites into ja #6185

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
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
35 changes: 35 additions & 0 deletions content/ja/docs/contributing/prerequisites.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: 前提条件
description: コントリビュートするために、 以下の技術とツールに精通している必要があります。
aliases: [requirements]
weight: 1
default_lang_commit: 24146bd1368e4c6082c7d6077efd29dba0d51055
---

このリポジトリにコントリビュートするために、 以下の技術とツールに精通している必要があります。

- [git](https://git-scm.com/)
- [GitHub](https://github.com/)
- Markdown ([CommonMark](https://commonmark.org/))
- YAML

ローカルでドキュメントがビルドとテストされる方法に関連する技術的な詳細は、[開発](../development) を参照してください。

## CNCF CLA に署名 {#cla}

すべての OpenTelemetry コントリビューターは Linux Foundation [Contributor License Agreement (CLA)][CLA] に署名しなければいけません。

CLA への署名を終えていないコントリビューターからのプルリクエストは自動テストが失敗します。
指定する名前とメールアドレスは `git config` で見つかったものと一致している必要があり、git 名とメールアドレスは CNCF で利用するものと一致している必要があります。

## 行動規範 {#code-of-conduct}

すべての OpenTelemetry コントリビューターは [CNCF Community Code of Conduct][CoC] に従う必要があります。

## コミュニティガイドライン {#community-guidelines}

役割や期待事項を含む OpenTelemetry コミュニティの一般的なガイドラインは、[OpenTelemetry New Contributor Guide][NCG] を参照してください。

[CLA]: https://docs.linuxfoundation.org/lfx/easycla/contributors
[CoC]: https://github.com/cncf/foundation/blob/main/code-of-conduct.md
[NCG]: https://github.com/open-telemetry/community/blob/main/guides/contributor/README.md