.. _developers-guide-index:

############
Contributing
############

Thank you for your interest in helping to improve Matplotlib! There are various
ways to contribute to Matplotlib. All of them are super valuable but don't necessarily
require writing code at all. For example:

- contributing to the documentation
- opening new issues for bugs
- requesting new features
- asking for clarification on things you find unclear
- fixing bugs

If you have any questions on the
process or how to fix something feel free to ask on `gitter
<https://gitter.im/matplotlib/matplotlib>`_ for short questions and on
`discourse <https://discourse.matplotlib.org>`_ for longer questions.

.. raw:: html

   <div style="margin: 2em 0;">
     <a href="contributing.html#submitting-a-bug-report"><span class="mpl-button">Report a bug</span></a>
     <a href="contributing.html#request-a-new-feature"><span class="mpl-button">Request a feature</span></a>
     <a href="contributing.html#contributing-code"><span class="mpl-button">Contribute code</span></a>
     <a href="contributing.html#contributing-documentation"><span class="mpl-button">Write documentation</span></a>
   </div>

.. toctree::
   :maxdepth: 2

   contributing.rst
   triage.rst
   development_setup.rst
   testing.rst
   documenting_mpl.rst
   style_guide.rst
   gitwash/index.rst
   coding_guide.rst
   release_guide.rst
   dependencies.rst
   min_dep_policy.rst
   MEP/index

.. toctree::
   :hidden:

   license.rst
   color_changes
