1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
.. _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.
.. rst-class:: sd-d-inline-block
.. button-ref:: submitting-a-bug-report
:class: sd-fs-6
:color: primary
Report a bug
.. rst-class:: sd-d-inline-block
.. button-ref:: request-a-new-feature
:class: sd-fs-6
:color: primary
Request a feature
.. rst-class:: sd-d-inline-block
.. button-ref:: contributing-code
:class: sd-fs-6
:color: primary
Contribute code
.. rst-class:: sd-d-inline-block
.. button-ref:: contributing_documentation
:class: sd-fs-6
:color: primary
Write documentation
.. 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
|