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] add: translation of contributing #4780

Merged
merged 5 commits into from
Jul 5, 2024
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
26 changes: 26 additions & 0 deletions content/ja/docs/contributing/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: コントリビューション
description: OpenTelemetryドキュメントへのコントリビューション方法について学ぶ。
aliases: [/docs/contribution-guidelines]
weight: 980
default_lang_commit: a4f4d8b07313532d44d4041183c515875ad4d60d
---

OpenTelemetryドキュメントコントリビューターは以下を行ないます。

- 既存コンテンツの改善。
- 新しいコンテンツの作成。
- OpenTelemetry Registryの更新。
- サイトをビルドするコードの改善。

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

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

## その他のコントリビュート方法

- [OpenTelemetryコミュニティサイト](/community/)に訪問。
- [レジストリ](/ecosystem)にあなたのアプリケーションを追加。
- [ブログ記事またはケーススタディ](/docs/contributing/blog/)を提出。
Loading