File tree 1 file changed +35
-0
lines changed
content/ja/docs/contributing
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 前提条件
3
+ description : コントリビュートするために、 以下の技術とツールに精通している必要があります。
4
+ aliases : [requirements]
5
+ weight : 1
6
+ default_lang_commit : 24146bd1368e4c6082c7d6077efd29dba0d51055
7
+ ---
8
+
9
+ このリポジトリにコントリビュートするために、 以下の技術とツールに精通している必要があります。
10
+
11
+ - [ git] ( https://git-scm.com/ )
12
+ - [ GitHub] ( https://github.com/ )
13
+ - Markdown ([ CommonMark] ( https://commonmark.org/ ) )
14
+ - YAML
15
+
16
+ ローカルでドキュメントがビルドとテストされる方法に関連する技術的な詳細は、[ 開発] ( ../development ) を参照してください。
17
+
18
+ ## CNCF CLA に署名 {#cla}
19
+
20
+ すべての OpenTelemetry コントリビューターは Linux Foundation [ Contributor License Agreement (CLA)] [ CLA ] に署名しなければいけません。
21
+
22
+ CLA への署名を終えていないコントリビューターからのプルリクエストは自動テストが失敗します。
23
+ 指定する名前とメールアドレスは ` git config ` で見つかったものと一致している必要があり、git 名とメールアドレスは CNCF で利用するものと一致している必要があります。
24
+
25
+ ## 行動規範 {#code-of-conduct}
26
+
27
+ すべての OpenTelemetry コントリビューターは [ CNCF Community Code of Conduct] [ CoC ] に従う必要があります。
28
+
29
+ ## コミュニティガイドライン {#community-guidelines}
30
+
31
+ 役割や期待事項を含む OpenTelemetry コミュニティの一般的なガイドラインは、[ OpenTelemetry New Contributor Guide] [ NCG ] を参照してください。
32
+
33
+ [ CLA ] : https://docs.linuxfoundation.org/lfx/easycla/contributors
34
+ [ CoC ] : https://github.com/cncf/foundation/blob/main/code-of-conduct.md
35
+ [ NCG ] : https://github.com/open-telemetry/community/blob/main/guides/contributor/README.md
You can’t perform that action at this time.
0 commit comments