diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-03-25 00:10:44 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-03-27 00:09:35 +0900 |
commit | 368d0871529c5be90a139b365bf7f58fb5e730e2 (patch) | |
tree | 3adc4029bb5b9949f24a69462ccdc610f889836e /files/ja/mdn/contribute | |
parent | 2a00cabaa3ac0f8ca257564858e72daed67e425d (diff) | |
download | translated-content-368d0871529c5be90a139b365bf7f58fb5e730e2.tar.gz translated-content-368d0871529c5be90a139b365bf7f58fb5e730e2.tar.bz2 translated-content-368d0871529c5be90a139b365bf7f58fb5e730e2.zip |
MDN/Contribute/Fixing_MDN_content_bugs を新規翻訳
2020/10/24時点の英語版に基づき新規翻訳
Diffstat (limited to 'files/ja/mdn/contribute')
-rw-r--r-- | files/ja/mdn/contribute/fixing_mdn_content_bugs/index.html | 146 |
1 files changed, 146 insertions, 0 deletions
diff --git a/files/ja/mdn/contribute/fixing_mdn_content_bugs/index.html b/files/ja/mdn/contribute/fixing_mdn_content_bugs/index.html new file mode 100644 index 0000000000..158cc7a77d --- /dev/null +++ b/files/ja/mdn/contribute/fixing_mdn_content_bugs/index.html @@ -0,0 +1,146 @@ +--- +title: MDN コンテンツのバグ修正 +slug: MDN/Contribute/Fixing_MDN_content_bugs +tags: + - Bugs + - Contribute + - MDN +--- +<p>{{MDNSidebar}}</p> + +<p>MDN の文書に関する問題は、<a href="https://github.com/mdn/content/issues">コンテンツリポジトリーの課題 (issue)</a> として報告されます (また、以前の <a href="https://github.com/mdn/sprints/issues">sprints リポジトリー</a>にも未解決の課題があります)。この記事では、あなたの専門知識と作業可能な時間に基づいて、作業するのに最適な問題を見つけ、それらを修正するための主な手順を概説します。</p> + +<div class="notecard note"> + <strong>注</strong> + <p>コンテンツのバグはたくさんあります。修正するためにご協力いただけるのであれば、何でも助かります。</p> +</div> + +<div class="notecard note"> + <strong>訳注:</strong> この記事は原文 (英語) の記事の修正に関する案内です。そのため、下記のリンクは英語版の文書に対するリンクになっています。日本語訳の課題については <a href="https://github.com/mdn/translated-content/labels/l10n-ja">translated-content リポジトリー上の l10n-ja の課題</a>や <a href="https://github.com/mozilla-japan/translation/issues">mozilla-japan/translation リポジトリー上の課題</a>を参照してください。 +</div> + +<h2 id="What_do_we_need_help_with">協力が必要なこと</h2> + +<p>コンテンツのどの課題に取り組むべきかを選択するのに役立つよう、 GitHub のラベルを使って分類しました。</p> + +<p>以下のラベルは、どれだけ時間があるかによってタスクを探すのに役立ちます。</p> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">ラベル</th> + <th scope="col">説明</th> + </tr> + </thead> + <tbody> + <tr> + <td> + <a href="https://github.com/mdn/content/issues?q=is%3Aissue+is%3Aopen+label%3A%2210+minute+task%22">content リポジトリー上の 10 分のタスク</a><br> + <a href="https://github.com/mdn/sprints/issues?q=is%3Aissue+is%3Aopen+label%3A%2210+minute+task%22">sprints リポジトリー上の 10 分のタスク</a></td> + <td>本当に簡単なタスクで、おそらく10分以内で終わるものです。</td> + </tr> + <tr> + <td> + <a href="https://github.com/mdn/content/issues?q=is%3Aissue+is%3Aopen+label%3A%2230+minute+task%22">content リポジトリー上の 30 分のタスク</a><br> + <a href="https://github.com/mdn/sprints/issues?q=is%3Aissue+is%3Aopen+label%3A%2230+minute+task%22">sprints リポジトリー上の 30 分のタスク</a> + </td> + <td>少し手間のかかる作業で、 30 分ほどかかるかもしれません。</td> + </tr> + <tr> + <td> + <a href="https://github.com/mdn/content/issues?q=is%3Aissue+is%3Aopen+label%3A%221+hour+task%22">content リポジトリー上の 1 時間のタスク</a><br> + <a href="https://github.com/mdn/sprints/issues?q=is%3Aissue+is%3Aopen+label%3A%221+hour+task%22">sprints リポジトリー上の 1 時間のタスク</a> + </td> + <td>長いタスクで、 1 時間、あるいは 2 時間ほどかかるかもしれません。</td> + </tr> + <tr> + <td> + <a href="https://github.com/mdn/content/issues?q=is%3Aissue+is%3Aopen+label%3A%22multiple+hour+task%22">リポジトリー上の数時間のタスク</a><br> + <a href="https://github.com/mdn/sprints/issues?q=is%3Aissue+is%3Aopen+label%3A%22multiple+hour+task%22">リポジトリー上の数時間のタスク</a> + </td> + <td>とても奥の深い作業で、完了までに数時間かかりそうです。</td> + </tr> + </tbody> +</table> + +<p>技術のカテゴリー別にタスクを見たり選択したりしたい場合は、プロジェクトボードにまとめられた同じ課題から探すこともできます。</p> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">プロジェクトボード</th> + <th scope="col">説明</th> + </tr> + </thead> + <tbody> + <tr> + <td><a href="https://github.com/mdn/sprints/projects/12">Learn docs MDN project board</a></td> + <td><a href="/en-US/docs/Learn">Learn Web Development</a> に関する課題。</td> + </tr> + <tr> + <td><a href="https://github.com/mdn/sprints/projects/11">Content architecture MDN </a><a href="https://github.com/mdn/sprints/projects/12">project</a><a href="https://github.com/mdn/sprints/projects/11"> board</a></td> + <td>一般的なコンテンツ、ページの構成、その他の MDN 上の雑務に関する課題。</td> + </tr> + <tr> + <td><a href="https://github.com/mdn/sprints/projects/10">HTTP docs MDN </a><a href="https://github.com/mdn/sprints/projects/12">project</a><a href="https://github.com/mdn/sprints/projects/10"> board</a></td> + <td><a href="/en-US/docs/Web/HTTP">HTTP</a> の文書に関する課題</td> + </tr> + <tr> + <td><a href="https://github.com/mdn/sprints/projects/9">HTML docs MDN </a><a href="https://github.com/mdn/sprints/projects/12">project</a><a href="https://github.com/mdn/sprints/projects/9"> board</a></td> + <td><a href="/en-US/docs/Web/HTML">HTML</a> の文書に関する課題</td> + </tr> + <tr> + <td><a href="https://github.com/mdn/sprints/projects/8">DevTools docs MDN </a><a href="https://github.com/mdn/sprints/projects/12">project</a><a href="https://github.com/mdn/sprints/projects/8"> board</a></td> + <td>Firefox <a href="/en-US/docs/Tools">DevTools</a> の文書に関する課題</td> + </tr> + <tr> + <td><a href="https://github.com/mdn/sprints/projects/7">WebExtensions docs MDN </a><a href="https://github.com/mdn/sprints/projects/12">project</a><a href="https://github.com/mdn/sprints/projects/7"> board</a></td> + <td><a href="/en-US/docs/Mozilla/Add-ons/WebExtensions">WebExtensions</a> の文書に関する課題</td> + </tr> + <tr> + <td><a href="https://github.com/mdn/sprints/projects/6">CSS docs MDN </a><a href="https://github.com/mdn/sprints/projects/12">project</a><a href="https://github.com/mdn/sprints/projects/6"> board</a></td> + <td><a href="/en-US/docs/Web/CSS/Reference">CSS</a> の文書に関する課題</td> + </tr> + <tr> + <td><a href="https://github.com/mdn/sprints/projects/5">JavaScript docs MDN </a><a href="https://github.com/mdn/sprints/projects/12">project</a><a href="https://github.com/mdn/sprints/projects/5"> board</a></td> + <td><a href="/en-US/docs/Web/JavaScript">JavaScript</a> の文書に関する課題</td> + </tr> + </tbody> +</table> + + + +<h2 id="How_can_you_benefit">どんなメリットがあるのか</h2> + +<ul> + <li>MDN のコンテンツのバグを修正することは、ウェブ技術をより深く学ぶための素晴らしい方法です。問題を調査し、必要なコンテンツを作成することで、そのテーマに対する理解が深まり、自分のスキルが向上します。</li> + <li>また、 MDN コミュニティに参加することで、 Mozilla のスタッフや他のコミュニティメンバーと知り合うことができ、自分が抱えている問題を助けてもらったり、自分の知名度を高めたりするための貴重なネットワークとなります。</li> + <li>問題の解決に協力することは、それだけで大きな報酬になりますが、オープンソースへの貢献の記録にもなり、自分のウェブ技術に関する専門知識を証明することになり、場合によっては進路や就職の際にも役立つでしょう。</li> +</ul> + +<h2 id="What_skills_do_you_need">必要なスキルは何か</h2> + +<ul> + <li>手伝っていただくことにしたトピック領域 (JavaScript、CSS など) についての知識が必要です。</li> + <li>手伝っていただく例やページのほとんどは英語で書かれていますので、英語を適度に理解している必要があります。しかし、英語が完璧でなくても心配しないでください。私たちのチームは、どのように書いてもきれいに仕上げることが大好きです。</li> +</ul> + +<h2 id="How_to_help">手伝う方法</h2> + +<ol> + <li>最初に、 <a href="https://github.com/join">GitHub アカウント</a>をまだお持ちでなければサインアップしてください。 GitHub の課題でやり取りするのに必要です。</li> + <li>次に、手伝いたいトピック領域を 1 つ以上選んでください。上記の一覧を使用して、より詳しい情報を得ると選択をするのに役立ちます。何を選べばよいのか分からない場合は、 <a href="https://wiki.mozilla.org/Matrix">Matrix</a> の <a href="https://chat.mozilla.org/#/room/#mdn:mozilla.org">MDN Web Docs チャットルーム</a>で聞いてみましょう。</li> +</ol> + +<h3 id="Once_you_are_set_up">セットアップが完了したら</h3> + +<ol> + <li>興味のある課題を選んで、その課題に対するコメントを添えて、自分に割り当ててもらいましょう。</li> + <li>作業中に分からないことがあったら、 <a href="https://wiki.mozilla.org/Matrix">Matrix</a> の <a href="https://chat.mozilla.org/#/room/#mdn:mozilla.org">MDN Web Docs チャットルーム</a>で気軽に相談してください。</li> + <li>問題を修正したら、提出者にレビューを依頼してください。うまくいけば、さらに作業が必要だと思うかどうかを教えてくれるでしょう。必要に応じて私たちも関与します。</li> + <li>課題が修正されたことが確認されたら、閉じることができます。課題を閉じることができる人は、元の課題の提出者か、 MDN のスタッフのどちらかです。</li> +</ol> + +<div class="notecard note"> +<p><strong>注</strong>: 課題を選択して作業する際には、 <a href="/ja/docs/MDN/Contribute/GitHub_best_practices">GitHub のベストプラクティス</a>や <a href="/ja/docs/MDN/Contribute/Getting_started">MDN で始めよう</a>のガイドも参考になるでしょう。</p> +</div> |