@@ -156,15 +156,25 @@ a new PR; duplicate PRs are subject to being closed. However, if the existing
156
156
PR is an outline, unlikely to work, or stalled, and the original author is
157
157
unresponsive, feel free to open a new PR referencing the old one.
158
158
159
+
160
+ .. _open-an-issue :
161
+
162
+ Open an issue
163
+ =============
164
+
165
+ Please tell us about bugs in the code and documentation, optimizations and
166
+ improvements that we can make, and new features that would be nice to have by
167
+ opening an issue on our
168
+ `Issue Tracker <https://github.com/matplotlib/matplotlib/issues >`_.
169
+
170
+ If you would like to help us process issues, please see our
171
+ :ref: `triage guide<bug_triaging> `.
172
+
173
+
159
174
.. _submitting-a-bug-report :
160
175
161
176
Submitting a bug report
162
- =======================
163
-
164
- If you find a bug in the code or documentation, do not hesitate to submit a
165
- ticket to the
166
- `Issue Tracker <https://github.com/matplotlib/matplotlib/issues >`_. You are
167
- also welcome to post feature requests or pull requests.
177
+ -----------------------
168
178
169
179
If you are reporting a bug, please do your best to include the following:
170
180
@@ -197,16 +207,20 @@ Thank you for your help in keeping bug reports complete, targeted and descriptiv
197
207
.. _request-a-new-feature :
198
208
199
209
Requesting a new feature
200
- ========================
210
+ ------------------------
201
211
202
- Please post feature requests to the
203
- `Issue Tracker <https://github.com/matplotlib/matplotlib/issues >`_.
212
+ If you are requesting that we implement a feature, please do your best to
213
+ include a summary of the problem this feature solves and possible approaches for
214
+ implementing the request. When possible, please include any related work, such
215
+ as academic papers on the feature and links to how other libraries implement of
216
+ the feature.
204
217
205
218
The Matplotlib developers will give feedback on the feature proposal. Since
206
219
Matplotlib is an open source project with limited resources, we encourage
207
220
users to then also
208
221
:ref: `participate in the implementation <contributing-code >`.
209
222
223
+
210
224
.. _contributing-code :
211
225
212
226
Contributing code
0 commit comments