File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Submitting a bug report
1717
1818If you find a bug in the code or documentation, do not hesitate to submit a
1919ticket 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.
2222
2323If you are reporting a bug, please do your best to include the following:
2424
@@ -48,6 +48,17 @@ use to organize this information.
4848
4949Thank you for your help in keeping bug reports complete, targeted and descriptive.
5050
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+
5162.. _installing_for_devs :
5263
5364Retrieving 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::
123134
124135 * :ref: `testing `
125136
137+ .. _contributing-code :
126138
127139Contributing code
128140=================
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ The Matplotlib Developers' Guide
88
99 <div style =" margin : 2em 0 ;" >
1010 <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 >
1112 <a href =" contributing.html#contributing-code" ><span class =" mpl-button" >Contribute code</span ></a >
1213 <a href =" contributing.html#contributing-documentation" ><span class =" mpl-button" >Write documentation</span ></a >
1314 </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.
532532How-to: Contributing
533533====================
534534
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 <[email protected] > `_ 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-
548535.. _how-to-contribute-docs :
549536
550537Contribute to Matplotlib documentation
You can’t perform that action at this time.
0 commit comments