============Writing code============So you'd like to write some code to improve Django? Awesome! There are severalways you can help Django's development:* :doc:`Report bugs <../bugs-and-features>` in our `ticket tracker`_.* Join the |django-developers| mailing list and share your ideas for how toimprove Django. We're always open to suggestions. You can also interact onthe `Django forum`_ and the `#django-dev IRC channel`_.* :doc:`Submit patches <submitting-patches>` for new and/or fixed behavior. Ifyou're looking for a way to get started contributing to Django read the:doc:`/intro/contributing` tutorial and have a look at the `easy pickings`_tickets. The :ref:`patch-review-checklist` will also be helpful.* :doc:`Improve the documentation <../writing-documentation>` or :doc:`writeunit tests <unit-tests>`.* :doc:`Triage tickets and review patches <../triaging-tickets>` created byother users.* Read the :doc:`../new-contributors` to help you get orientated in thedevelopment process.Browse the following sections to find out how to give your code patches thebest chances to be included in Django core:.. toctree:::maxdepth: 1coding-styleunit-testssubmitting-patchesworking-with-gitjavascript.. _ticket tracker: https://code.djangoproject.com/.. _easy pickings: https://code.djangoproject.com/query?status=!closed&easy=1.. _#django-dev IRC channel: https://web.libera.chat/#django-dev.. _Django forum: https://forum.djangoproject.com/