Skip to content

Commit 23aa060

Browse files
story645timhoffmrcomer
committed
added triage section to new contributor docs
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Co-authored-by: Ruth Comer <10599679+rcomer@users.noreply.github.com>
1 parent adb97e8 commit 23aa060

File tree

2 files changed

+48
-10
lines changed

2 files changed

+48
-10
lines changed

doc/devel/contribute.rst

+18
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,24 @@ please reach out on the :ref:`contributor_incubator`
158158

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

161+
.. _contribute_triage:
162+
163+
Triage
164+
------
165+
We appreciate your help keeping the `issue tracker <https://github.com/matplotlib/matplotlib/issues>`_
166+
organized because it is our centralized location for feature requests,
167+
bug reports, tracking major projects, and discussing priorities. Some examples of what
168+
we mean by triage are:
169+
170+
* labeling issues and pull requests
171+
* verifying bug reports
172+
* debugging and resolving issues
173+
* linking to related issues, discussion, and external work
174+
175+
Our triage process is discussed in detail in :ref:`bug_triaging`.
176+
177+
If you have any questions about the process, please reach out on the
178+
:ref:`contributor_incubator`
161179

162180
.. _other_ways_to_contribute:
163181

doc/devel/index.rst

+30-10
Original file line numberDiff line numberDiff line change
@@ -84,43 +84,63 @@ to contributing, we recommend that you first read our
8484
contribute
8585

8686
.. grid:: 1 1 2 2
87-
:class-row: sd-align-minor-center
87+
:class-row: sd-fs-5 sd-align-minor-center
8888

8989
.. grid-item::
90-
:class: sd-fs-5
9190

92-
:octicon:`info;1em;sd-text-info` :ref:`Where should I start? <start-contributing>`
91+
.. grid:: 1
92+
:gutter: 1
93+
94+
.. grid-item::
95+
96+
:octicon:`info;1em;sd-text-info` :ref:`Where should I start? <start-contributing>`
97+
98+
.. grid-item::
99+
100+
:octicon:`question;1em;sd-text-info` :ref:`Where should I ask questions? <get_connected>`
93101

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

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

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

100110
.. grid-item::
101111

102112
.. grid:: 1
103113
:gutter: 1
104-
:class-row: sd-fs-5
105114

106115
.. grid-item-card::
107116
:link: contribute_code
108117
:link-type: ref
109-
:shadow: none
118+
:class-card: sd-shadow-none
119+
:class-body: sd-text-{primary}
110120

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

113123
.. grid-item-card::
114124
:link: contribute_documentation
115125
:link-type: ref
116-
:shadow: none
126+
:class-card: sd-shadow-none
127+
:class-body: sd-text-{primary}
117128

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

131+
.. grid-item-card::
132+
:link: contribute_triage
133+
:link-type: ref
134+
:class-card: sd-shadow-none
135+
:class-body: sd-text-{primary}
136+
137+
:octicon:`issue-opened;1em;sd-text-info` Triage issues
138+
120139
.. grid-item-card::
121140
:link: other_ways_to_contribute
122141
:link-type: ref
123-
:shadow: none
142+
:class-card: sd-shadow-none
143+
:class-body: sd-text-{primary}
124144

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

0 commit comments

Comments
 (0)