You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/devel/contribute.rst
+24
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,30 @@ please reach out on the :ref:`contributor_incubator`
161
161
162
162
.. _`open an issue`: https://github.com/matplotlib/matplotlib/issues/new?assignees=&labels=Documentation&projects=&template=documentation.yml&title=%5BDoc%5D%3A+
163
163
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
0 commit comments