======================Contributing to Django======================Django is a community that lives on its volunteers. As it keeps growing, wealways need more people to help others. You can contribute in many ways, eitheron the framework itself or in the wider ecosystem.Work on the Django framework============================The work on Django itself falls into three major areas:**Writing code** 💻Fix a bug, or add a new feature. You can make a pull request and see **yourcode** in the next version of Django!Start from the :doc:`writing-code/index` docs.**Writing documentation** ✍️Django's documentation is one of its key strengths. It's informativeand thorough. You can help to improve the documentation and keep itrelevant as the framework evolves.See :doc:`writing-documentation` for more.**Localizing Django** 🗺️Django is translated into over 100 languages - There's even sometranslation for Klingon?! The i18n team is always looking for translatorsto help maintain and increase language reach.See :doc:`localizing` to help translate Django.If you think working *with* Django is fun, wait until you start working *on*it. Really, **ANYONE** can do something to help make Django better and greater!This contributing guide contains everything you need to know to help build theDjango web framework. Browse the following sections to find out how:.. toctree:::maxdepth: 2new-contributorsbugs-and-featurestriaging-ticketswriting-code/indexwriting-documentationlocalizingcommitting-codeJoin the Django community ❤️============================We're passionate about helping Django users make the jump to contributingmembers of the community. There are several other ways you can help theDjango community and others to maintain a great ecosystem to work in:* Join the `Django forum`_. This forum is a place for discussing the Djangoframework and applications and projects that use it. This is also a goodplace to ask and answer any questions related to installing, using, orcontributing to Django.* Join the |django-users| mailing list and answer questions. Thismailing list has a huge audience, and we really want to maintain afriendly and helpful atmosphere. If you're new to the Django community,you should read the `posting guidelines`_.* Join the `#django IRC channel`_ on Libera.Chat and answer questions. Byexplaining Django to other users, you're going to learn a lot about theframework yourself.* Blog about Django. We syndicate all the Django blogs we know about onthe `community page`_; if you'd like to see your blog on that page youcan `register it here`_.* Contribute to open-source Django projects, write some documentation, orrelease your own code as an open-source pluggable application. Theecosystem of pluggable applications is a big strength of Django, help usbuild it!We're looking forward to working with you. Welcome aboard! ⛵️.. _posting guidelines: https://code.djangoproject.com/wiki/UsingTheMailingList.. _#django IRC channel: https://web.libera.chat/#django.. _community page: https://www.djangoproject.com/community/.. _Django forum: https://forum.djangoproject.com/.. _register it here: https://www.djangoproject.com/community/add/blogs/