Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions doc/devel/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,24 @@ please reach out on the :ref:`contributor_incubator`

.. _`open an issue`: https://github.com/matplotlib/matplotlib/issues/new?assignees=&labels=Documentation&projects=&template=documentation.yml&title=%5BDoc%5D%3A+

.. _contribute_triage:

Triage
------
We appreciate your help keeping the `issue tracker <https://github.com/matplotlib/matplotlib/issues>`_
organized because it is our centralized location for feature requests,
bug reports, tracking major projects, and discussing priorities. Some examples of what
we mean by triage are:

* labeling issues and pull requests
* verifying bug reports
* debugging and resolving issues
* linking to related issues, discussion, and external work

Our triage process is discussed in detail in :ref:`bug_triaging`.

If you have any questions about the process, please reach out on the
:ref:`contributor_incubator`

.. _other_ways_to_contribute:

Expand Down
40 changes: 30 additions & 10 deletions doc/devel/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,43 +84,63 @@ to contributing, we recommend that you first read our
contribute

.. grid:: 1 1 2 2
:class-row: sd-align-minor-center
:class-row: sd-fs-5 sd-align-minor-center

.. grid-item::
:class: sd-fs-5

:octicon:`info;1em;sd-text-info` :ref:`Where should I start? <start-contributing>`
.. grid:: 1
:gutter: 1

.. grid-item::

:octicon:`info;1em;sd-text-info` :ref:`Where should I start? <start-contributing>`

.. grid-item::

:octicon:`question;1em;sd-text-info` :ref:`Where should I ask questions? <get_connected>`

:octicon:`question;1em;sd-text-info` :ref:`Where should I ask questions? <get_connected>`
.. grid-item::

:octicon:`git-pull-request;1em;sd-text-info` :ref:`How do I work on an issue? <managing_issues_prs>`
:octicon:`git-pull-request;1em;sd-text-info` :ref:`How do I work on an issue? <managing_issues_prs>`

:octicon:`codespaces;1em;sd-text-info` :ref:`How do I start a pull request? <how-to-pull-request>`
.. grid-item::

:octicon:`codespaces;1em;sd-text-info` :ref:`How do I start a pull request? <how-to-pull-request>`

.. grid-item::

.. grid:: 1
:gutter: 1
:class-row: sd-fs-5

.. grid-item-card::
:link: contribute_code
:link-type: ref
:shadow: none
:class-card: sd-shadow-none
:class-body: sd-text-{primary}

:octicon:`code;1em;sd-text-info` Contribute code

.. grid-item-card::
:link: contribute_documentation
:link-type: ref
:shadow: none
:class-card: sd-shadow-none
:class-body: sd-text-{primary}

:octicon:`note;1em;sd-text-info` Write documentation

.. grid-item-card::
:link: contribute_triage
:link-type: ref
:class-card: sd-shadow-none
:class-body: sd-text-{primary}

:octicon:`issue-opened;1em;sd-text-info` Triage issues

.. grid-item-card::
:link: other_ways_to_contribute
:link-type: ref
:shadow: none
:class-card: sd-shadow-none
:class-body: sd-text-{primary}

:octicon:`globe;1em;sd-text-info` Build community

Expand Down