diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-07-11 23:41:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-11 23:41:12 +0900 |
commit | ab32c2b852d80f9fe957ab223901dce04f3cef18 (patch) | |
tree | a457918e7e0363f6b16e0ae82dada1d483d8fac4 /files/ja/mozilla/add-ons/contact_us | |
parent | 7053a316d36dc8193eb102d0cba46f4970a05637 (diff) | |
download | translated-content-ab32c2b852d80f9fe957ab223901dce04f3cef18.tar.gz translated-content-ab32c2b852d80f9fe957ab223901dce04f3cef18.tar.bz2 translated-content-ab32c2b852d80f9fe957ab223901dce04f3cef18.zip |
Mozilla/Add-ons を更新 (#1360)
- conflicting 版は古かったので削除
- 2021/05/20 時点の英語版に同期
- Contact us ページの翻訳を追加(本体から分割)
Diffstat (limited to 'files/ja/mozilla/add-ons/contact_us')
-rw-r--r-- | files/ja/mozilla/add-ons/contact_us/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/files/ja/mozilla/add-ons/contact_us/index.html b/files/ja/mozilla/add-ons/contact_us/index.html new file mode 100644 index 0000000000..ec28281c52 --- /dev/null +++ b/files/ja/mozilla/add-ons/contact_us/index.html @@ -0,0 +1,41 @@ +--- +title: 連絡先 +slug: Mozilla/Add-ons/Contact_us +tags: + - Add-ons + - Extension + - Extensions + - Landing + - Mozilla +translation_of: Mozilla/Add-ons/Contact_us +--- +<div>{{AddonSidebar}}</div> + +<p>サポートを受けたり、アドオン関連の最新ニュースを追いかけたり、ご意見を寄せたりするには、下記のリンクからどうぞ。</p> + +<h3 id="Add-ons_forum">アドオンフォーラム</h3> + +<p><a href="https://discourse.mozilla.org/c/add-ons">Add-ons Discourse forum</a> は、アドオン開発全般の議論や質問に使って下さい。</p> + +<h3 id="Mailing_lists">メーリングリスト</h3> + +<p><strong>dev-addons メーリングリスト</strong> は 2020 年 12 月 1 日に廃止されました。 <a href="https://mail.mozilla.org/pipermail/dev-addons/">dev-addons archives</a> で WebExtensions API と addons.mozilla.org に関する過去の議論を参照することができます。</p> + +<h3 id="Chat">チャット</h3> + +<p><a class="external text" href="https://matrix.org/" rel="nofollow">Matrix</a> は、分散型リアルタイム通信のための、オープンで軽量なプロトコルです。 Mozilla の Matrix インスタンスに参加する方法については、 <a href="https://wiki.mozilla.org/Matrix">MozillaWiki の Matrix ページ</a>を参照してください。</p> + +<ul> + <li><a href="https://chat.mozilla.org/#/room/#addons:mozilla.org">Add-ons</a> (拡張機能、テーマ、 WebExtensions API のサポート)</li> + <li><a href="https://chat.mozilla.org/#/room/#amo:mozilla.org">AMO</a> (addons.mozilla.org に関する議論)</li> +</ul> + +<h3 id="Report_problems">問題を報告する</h3> + +<h4 id="Security_vulnerabilities">セキュリティ欠陥</h4> + +<p>アドオンのセキュリティ欠陥を見つけた場合は、それが Mozilla のサイトで提供しているものでなくても、私たちまでお知らせ下さい。私たちは開発者と協力して問題を修正します。 連絡は<a href="https://www.mozilla.org/projects/security/security-bugs-policy.html">非公開で</a>、 <a href="https://bugzilla.mozilla.org/enter_bug.cgi?product=addons.mozilla.org&component=Add-on%20Security&maketemplate=Add-on%20Security%20Bug&bit-23=1&rep_platform=All&op_sys=All">Bugzilla</a> または <a href="mailto:amo-admins@mozilla.com">amo-admins@mozilla.com 宛てのメール</a>でお願いします。</p> + +<h4 id="Bugs_on_addons.mozilla.org_AMO">サイト addons.mozilla.org (AMO)のバグ</h4> + +<p>もしサイト自体の問題を見つけたら、是非修正したいと思います。 <a href="https://github.com/mozilla/addons/issues/new">バグ報告して</a>、できるだけ多くの詳細を含めてください。</p> |