Skip to content

Commit 358d37f

Browse files
committed
added triage section to new contributor docs
1 parent d901275 commit 358d37f

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

doc/devel/contribute.rst

+24
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,30 @@ please reach out on the :ref:`contributor_incubator`
161161

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

164+
.. _contribute_triage:
165+
166+
Triage
167+
------
168+
The `issue tracker <https://github.com/matplotlib/matplotlib/issues>`_ is our
169+
centralized location for feature requests, bug reports,
170+
tracking major projects and discussing priorities. It takes a lot of
171+
time and effort to keep oragnized, so curating our issue tracker is a valuable
172+
contribution. Some examples are:
173+
174+
* improving and verifying bug reports and feature requests
175+
* linking to related issues, discussion, and external work
176+
* labeling issues and pull requests
177+
* helping to solve issues with high quality verified solutions
178+
179+
Helping out with triage is discussed in detail in :ref:`bug_triaging`.
180+
181+
Triage help is a valuable contribution because it takes a lot of time and
182+
judgement to effectively curate and resolve issues; therefore we very much
183+
appreciate thoughtful feedback to issue authors. Please do not verbatim post
184+
the output of a generative AI tool (such as chat GPT) as a response to a bug
185+
report as we expect that the issue author has either already tried that or has a
186+
reason for not doing so.
187+
164188

165189
.. _other_ways_to_contribute:
166190

doc/devel/index.rst

+7
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ New contributors
108108

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

111+
.. grid-item-card::
112+
:link: contribute_triage
113+
:link-type: ref
114+
:shadow: none
115+
116+
:octicon:`note;1em;sd-text-info` Help triage
117+
111118
.. grid-item-card::
112119
:link: other_ways_to_contribute
113120
:link-type: ref

0 commit comments

Comments
 (0)