diff --git a/doc/devel/contribute.rst b/doc/devel/contribute.rst index 4eb900bce7ed..ad61c43fd348 100644 --- a/doc/devel/contribute.rst +++ b/doc/devel/contribute.rst @@ -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 `_ +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: diff --git a/doc/devel/index.rst b/doc/devel/index.rst index 672f2ce9f9d9..fedf9b76e875 100644 --- a/doc/devel/index.rst +++ b/doc/devel/index.rst @@ -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? ` + .. grid:: 1 + :gutter: 1 + + .. grid-item:: + + :octicon:`info;1em;sd-text-info` :ref:`Where should I start? ` + + .. grid-item:: + + :octicon:`question;1em;sd-text-info` :ref:`Where should I ask questions? ` - :octicon:`question;1em;sd-text-info` :ref:`Where should I ask questions? ` + .. grid-item:: - :octicon:`git-pull-request;1em;sd-text-info` :ref:`How do I work on an issue? ` + :octicon:`git-pull-request;1em;sd-text-info` :ref:`How do I work on an issue? ` - :octicon:`codespaces;1em;sd-text-info` :ref:`How do I start a pull request? ` + .. grid-item:: + + :octicon:`codespaces;1em;sd-text-info` :ref:`How do I start a 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