{"title":"Django へのコントリビュート","version":"6.1","locale":"ja","docname":"internals/contributing/index","url":"/ja/6.1/internals/contributing/","canonical":"https://djangodocs.dev/ja/6.1/internals/contributing/","summary":"Django はボランティアで成り立っているコミュニティです。Django が成長し続けるにつれて、私たちは常に他の人を助けるためにより多くの人を必要としています。フレームワーク自体でも、もっと広いエコシステムでも、様々な方法で貢献できます。 Communication channels Link to this…","html":"<h1>Django へのコントリビュート<a class=\"heading-anchor\" href=\"#contributing-to-django\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h1>\n<p>Django はボランティアで成り立っているコミュニティです。Django が成長し続けるにつれて、私たちは常に他の人を助けるためにより多くの人を必要としています。フレームワーク自体でも、もっと広いエコシステムでも、様々な方法で貢献できます。</p>\n<section id=\"communication-channels\">\n<h2>Communication channels<a class=\"heading-anchor\" href=\"#communication-channels\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>We're passionate about helping Django users make the jump to contributing\nmembers of the community. Communication is key - working on Django is being\npart of a conversation. Join it, to become familiar with what we're doing and\nhow we talk about it. You'll be able to form relationships with more\nexperienced contributors who are there to help guide you towards success.</p>\n<section id=\"join-the-django-community\">\n<h3>Join the Django community<a class=\"heading-anchor\" href=\"#join-the-django-community\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h3>\n<p>There are several ways you can help the Django community and others to maintain\na great ecosystem to work in:</p>\n<ul class=\"simple\">\n<li><p>Join the <a class=\"reference external\" href=\"https://forum.djangoproject.com/\">Django Forum</a>. This forum is a place for discussing the Django\nframework and applications and projects that use it. This is also a good\nplace to ask and answer any questions related to installing, using, or\ncontributing to Django.</p></li>\n<li><p>Join the <a class=\"reference external\" href=\"https://chat.djangoproject.com\">Django Discord server</a> to discuss and answer questions. By\nexplaining Django to other users, you're going to learn a lot about the\nframework yourself.</p></li>\n<li><p>Django に関するブログを書いてください。私たちは知り得た Django のブログを全て <a class=\"reference external\" href=\"https://www.djangoproject.com/community/\">community page</a> 上にまとめています。もしブログをそのページに表示させたい場合は <a class=\"reference external\" href=\"https://www.djangoproject.com/community/add/blogs/\">こちらから登録してください</a> 。</p></li>\n<li><p>オープンソースである Django にコントリビュートしたり、ドキュメントを書いたり、自身で書いたコードをプラガブルなオープンソースとして公開してください。Django においてプラガブルなアプリケーションを用いたエコシステムは大きな強みの一つになります、ご支援お願いします！</p></li>\n</ul>\n</section>\n</section>\n<section id=\"getting-started\">\n<h2>さぁ始めましょう<a class=\"heading-anchor\" href=\"#getting-started\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>Django encourages and welcomes new contributors, and makes an effort to help\nthem become experienced, confident contributors to Open Source Software (OSS).\nOur documentation contains guidance for first-time contributors, including:</p>\n<div class=\"toctree-wrapper compound\">\n<ul>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/new-contributors/\">An overview of the contributing process and what's involved.</a></li>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/sprint-quickstart/\">If you're at a contribution sprint, start here.</a></li>\n</ul>\n</div>\n</section>\n<section id=\"work-on-the-django-framework\">\n<h2>Django フレームワークでの作業<a class=\"heading-anchor\" href=\"#work-on-the-django-framework\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>If you enjoy working <em>with</em> Django, wait until you start working <em>on</em> it.\nReally, <strong>anyone</strong> can do something to improve Django, which will improve the\nexperience of lots of people!</p>\n<p>Django 自体の作業は、大きく3つの分野に分けられます:</p>\n<section id=\"contributing-code\">\n<h3>Contributing code<a class=\"heading-anchor\" href=\"#contributing-code\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h3>\n<p>Fix a bug, or add a new feature. You can make a pull request and see <strong>your\ncode</strong> in the next version of Django.</p>\n<div class=\"toctree-wrapper compound\">\n<ul>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-code/\">Contributing code</a><ul>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-code/#tutorials\">Tutorials</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-code/#how-to-guides\">How-to ガイド</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-code/#related-topics\">Related topics</a></li>\n</ul>\n</li>\n</ul>\n</div>\n</section>\n<section id=\"contributing-documentation\">\n<h3>Contributing documentation<a class=\"heading-anchor\" href=\"#contributing-documentation\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h3>\n<p>Django のドキュメントは重要な強みの一つです。情報が豊富で徹底しています。あなたはドキュメントを改善し、フレームワークの進化に対応できるようにすることができます。</p>\n<div class=\"toctree-wrapper compound\">\n<ul>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/\">ドキュメントを書く</a><ul>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#the-django-documentation-process\">Django のドキュメント作成プロセス</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#how-the-documentation-is-organized\">ドキュメントの構成</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#how-to-start-contributing-documentation\">ドキュメントの寄稿を始めるには</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#writing-style\">執筆スタイル</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#commonly-used-terms\">よく使われる用語</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#django-specific-terminology\">Django 特有の用語</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#guidelines-for-restructuredtext-files\">reStructuredText ファイルのガイドライン</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#django-specific-markup\">Django 固有のマークアップ</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#documenting-new-features\">新機能のドキュメントを書く</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#minimizing-images\">画像を縮小する</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#an-example\">例</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#translating-documentation\">ドキュメントを翻訳する</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/writing-documentation/#django-admin-man-page\"><code class=\"docutils literal notranslate\"><span class=\"pre\">django-admin</span></code> の man ページ</a></li>\n</ul>\n</li>\n</ul>\n</div>\n</section>\n<section id=\"localizing-django\">\n<h3>Django のローカライズ<a class=\"heading-anchor\" href=\"#localizing-django\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h3>\n<p>Django は100以上の言語に翻訳されています。クリンゴン語 (訳注: 『スタート・レック』に登場する宇宙人の言語) の翻訳すらあります！ i18n チームは常に言語サポートのメンテナンスと拡大を助けてくれる翻訳者を求めています。</p>\n<div class=\"toctree-wrapper compound\">\n<ul>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/localizing/\">Django のローカライズ</a><ul>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/localizing/#translations\">翻訳</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/localizing/#formats\">フォーマット</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/localizing/#documentation\">ドキュメント</a></li>\n</ul>\n</li>\n</ul>\n</div>\n</section>\n</section>\n<section id=\"other-ways-of-contributing\">\n<h2>Other ways of contributing<a class=\"heading-anchor\" href=\"#other-ways-of-contributing\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h2>\n<p>Explore additional avenues of contributing to Django beyond coding. Django's\n<a class=\"reference external\" href=\"https://code.djangoproject.com/\">ticket tracker</a> is the central hub for managing issues, improvements, and\ncontributions to Django. It's a valuable resource where you can report bugs you\nencounter or assist in triaging existing tickets to ensure a smooth development\nworkflow.</p>\n<p>Django also has a <a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/bugs-and-features/#requesting-features\"><span class=\"std std-ref\">process for suggesting ideas</span></a>\nwhere you can join the community in discussing ideas for new features. Beyond\nthe Django codebase, there's a <a class=\"reference external\" href=\"https://www.djangoproject.com/community/ecosystem/\">vibrant ecosystem</a> that is maintained by the\ncommunity that you can contribute to.</p>\n<p>Explore the ways you can make a difference below, and join us in making Django\nbetter for everyone.</p>\n<div class=\"toctree-wrapper compound\">\n<ul>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/bugs-and-features/\">バグレポートと機能のリクエスト</a><ul>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/bugs-and-features/#reporting-bugs\">バグレポート</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/bugs-and-features/#requesting-features\">機能のリクエスト</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/bugs-and-features/#requesting-performance-optimizations\">Requesting performance optimizations</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/bugs-and-features/#how-we-make-decisions\">どのように決定が下されるか</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/bugs-and-features/#how-to-test-pre-release-versions-of-django\">How to test pre-release versions of Django</a></li>\n</ul>\n</li>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/triaging-tickets/\">チケットをトリアージする</a><ul>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/triaging-tickets/#triage-workflow\">トリアージのワークフロー</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/triaging-tickets/#triage-stages\">トリアージのステージ</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/triaging-tickets/#other-triage-attributes\">その他のトリアージ属性</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/triaging-tickets/#closing-tickets\">チケットを閉じる</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/triaging-tickets/#how-can-i-help-with-development\">How can I help with development?</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/triaging-tickets/#bisecting-a-regression\">リグレッションの bisect</a></li>\n<li class=\"toctree-l2\"><a class=\"reference internal\" href=\"/ja/6.1/internals/contributing/triaging-tickets/#reviewing-patches\">Reviewing patches</a></li>\n</ul>\n</li>\n</ul>\n</div>\n<p>We're looking forward to working with you. Welcome aboard!</p>\n</section>","rootId":"contributing-to-django","toc":[{"title":"Communication channels","anchor":"communication-channels","children":[{"title":"Join the Django community","anchor":"join-the-django-community","children":[]}]},{"title":"さぁ始めましょう","anchor":"getting-started","children":[]},{"title":"Django フレームワークでの作業","anchor":"work-on-the-django-framework","children":[{"title":"Contributing code","anchor":"contributing-code","children":[]},{"title":"Contributing documentation","anchor":"contributing-documentation","children":[]},{"title":"Django のローカライズ","anchor":"localizing-django","children":[]}]},{"title":"Other ways of contributing","anchor":"other-ways-of-contributing","children":[]}],"breadcrumbs":[{"docname":"internals/index","title":"Django internals","url":"/ja/6.1/internals/"}],"prev":{"docname":"internals/index","title":"Django internals","url":"/ja/6.1/internals/"},"next":{"docname":"internals/contributing/new-contributors","title":"新しいコントリビューターへのアドバイス","url":"/ja/6.1/internals/contributing/new-contributors/"},"formats":{"html":"/ja/6.1/internals/contributing/","markdown":"/ja/6.1/internals/contributing.md","json":"/ja/6.1/internals/contributing.json"},"source":"https://github.com/django/django/blob/stable/6.1.x/docs/internals/contributing/index.txt","official":"https://docs.djangoproject.com/ja/6.1/internals/contributing/","inVersions":["6.1","6.0","5.2","5.1","5.0","4.2","4.1","4.0","3.2","3.1","3.0","2.2","2.1","2.0","1.11","1.10","1.9"],"inLocales":["en","sv","zh-hans","ga","fr","ja","id","it","pt-br","ko","es","el","pl"]}