File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Submitting a bug report
17
17
18
18
If you find a bug in the code or documentation, do not hesitate to submit a
19
19
ticket to the
20
- `Bug Tracker <https://github.com/matplotlib/matplotlib/issues >`_. You are also
21
- welcome to post feature requests or pull requests.
20
+ `Issue Tracker <https://github.com/matplotlib/matplotlib/issues >`_. You are
21
+ also welcome to post feature requests or pull requests.
22
22
23
23
If you are reporting a bug, please do your best to include the following:
24
24
@@ -48,6 +48,17 @@ use to organize this information.
48
48
49
49
Thank you for your help in keeping bug reports complete, targeted and descriptive.
50
50
51
+ Requesting a new feature
52
+ ========================
53
+
54
+ Please post feature requests to the
55
+ `Issue Tracker <https://github.com/matplotlib/matplotlib/issues >`_.
56
+
57
+ The Matplotlib developers will give feedback on the feature proposal. Since
58
+ Matplotlib is an open source project with limited resources, we encourage
59
+ users to then also
60
+ :ref: `participate in the implementation <contributing-code >`.
61
+
51
62
.. _installing_for_devs :
52
63
53
64
Retrieving and installing the latest version of the code
@@ -123,6 +134,7 @@ You can then run the tests to check your work environment is set up properly::
123
134
124
135
* :ref: `testing `
125
136
137
+ .. _contributing-code :
126
138
127
139
Contributing code
128
140
=================
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ The Matplotlib Developers' Guide
8
8
9
9
<div style =" margin : 2em 0 ;" >
10
10
<a href =" contributing.html#submitting-a-bug-report" ><span class =" mpl-button" >Report a bug</span ></a >
11
+ <a href =" contributing.html#request-a-new-feature" ><span class =" mpl-button" >Request a feature</span ></a >
11
12
<a href =" contributing.html#contributing-code" ><span class =" mpl-button" >Contribute code</span ></a >
12
13
<a href =" contributing.html#contributing-documentation" ><span class =" mpl-button" >Write documentation</span ></a >
13
14
</div >
Original file line number Diff line number Diff line change @@ -532,19 +532,6 @@ most GUI backends *require* being run from the main thread as well.
532
532
How-to: Contributing
533
533
====================
534
534
535
- .. _how-to-request-feature :
536
-
537
- Request a new feature
538
- ---------------------
539
-
540
- Is there a feature you wish Matplotlib had? Then ask! The best
541
- way to get started is to email the developer `mailing
542
- list <matplotlib-devel@python.org> `_ for discussion.
543
- This is an open source project developed primarily in the
544
- contributors free time, so there is no guarantee that your
545
- feature will be added. The *best * way to get the feature
546
- you need added is to contribute it your self.
547
-
548
535
.. _how-to-contribute-docs :
549
536
550
537
Contribute to Matplotlib documentation
You can’t perform that action at this time.
0 commit comments