File size: 3,484 Bytes
08887ec | 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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 | .. _developers-guide-index:
##########
Contribute
##########
Thank you for your interest in helping to improve Matplotlib! There are various
ways to contribute: optimizing and refactoring code, detailing unclear
documentation and writing new examples, reporting and fixing bugs and requesting
and implementing new features, helping the community...
New contributors
================
.. grid:: 1 1 2 2
:class-row: sd-align-minor-center
.. grid-item::
:class: sd-fs-5
:octicon:`info;1em;sd-text-info` :ref:`Where should I start? <start-contributing>`
:octicon:`question;1em;sd-text-info` :ref:`Where should I ask questions? <get_connected>`
:octicon:`issue-opened;1em;sd-text-info` :ref:`What are "good-first-issues"? <new_contributors>`
:octicon:`git-pull-request;1em;sd-text-info` :ref:`How do I claim an issue? <managing_issues_prs>`
:octicon:`codespaces;1em;sd-text-info` :ref:`How do I start a pull request? <how-to-contribute>`
.. grid-item::
.. grid:: 1
:gutter: 1
:class-row: sd-fs-5
.. grid-item-card::
:link: request-a-new-feature
:link-type: ref
:shadow: none
:octicon:`light-bulb;1em;sd-text-info` Request new feature
.. grid-item-card::
:link: submitting-a-bug-report
:link-type: ref
:shadow: none
:octicon:`bug;1em;sd-text-info` Submit bug report
.. grid-item-card::
:link: contributing-code
:link-type: ref
:shadow: none
:octicon:`code;1em;sd-text-info` Contribute code
.. grid-item-card::
:link: documenting-matplotlib
:link-type: ref
:shadow: none
:octicon:`note;1em;sd-text-info` Write documentation
If you are new to contributing, we recommend that you first read our
:ref:`contributing guide<contributing>`. If you are contributing code or
documentation, please follow our guides for setting up and managing a
:ref:`development environment and workflow<development_environment>`.
For code, documentation, or triage, please follow the corresponding
:ref:`contribution guidelines <contribution_guideline>`.
.. _development_environment:
Development environment
=======================
.. grid:: 1 1 2 2
.. grid-item-card::
**Install**
^^^
.. toctree::
:maxdepth: 2
development_setup
.. toctree::
:maxdepth: 1
dependencies
.. grid-item-card::
**Workflow**
^^^^
.. toctree::
:maxdepth: 2
development_workflow
.. _contribution_guideline:
Policies and guidelines
=======================
.. grid:: 1 1 2 2
:class-row: sf-fs-1
:gutter: 2
.. grid-item-card::
**Code**
^^^
| :ref:`coding_guidelines`
.. toctree::
:maxdepth: 1
coding_guide
testing
.. grid-item-card::
**Documentation**
^^^
.. toctree::
:maxdepth: 1
document
style_guide
.. grid-item-card::
**Triage**
^^^
| :ref:`bug_triaging`
| :ref:`triage_team`
| :ref:`triage_workflow`
.. grid-item-card::
**Maintenance**
^^^
.. toctree::
:maxdepth: 1
release_guide
min_dep_policy
MEP/index
.. toctree::
:hidden:
contribute
triage
license
color_changes
|