8000 Move "Request a new feature" from How-to to Contributing · matplotlib/matplotlib@86bac5b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 86bac5b

Browse files
committed
Move "Request a new feature" from How-to to Contributing
1 parent c30f762 commit 86bac5b

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

doc/devel/contributing.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Submitting a bug report
1717

1818
If you find a bug in the code or documentation, do not hesitate to submit a
1919
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.
2222

2323
If you are reporting a bug, please do your best to include the following:
2424

@@ -48,6 +48,19 @@ use to organize this information.
4848

4949
Thank 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+
Alternatively, you can write to the
57+
`developer mailing list <matplotlib-devel@python.org>`_.
58+
59+
The Matplotlib developers will give feedback on the feature proposal. After
60+
acceptance, the feature can be implemented. Since Matplotlib is an open source
61+
project with limited resources, we encourage users to then also
62+
:ref:`participate in the implementation <contributing-code>`.
63+
5164
.. _installing_for_devs:
5265

5366
Retrieving and installing the latest version of the code
@@ -123,6 +136,7 @@ You can then run the tests to check your work environment is set up properly::
123136

124137
* :ref:`testing`
125138

139+
.. _contributing-code:
126140

127141
Contributing code
128142
=================

doc/devel/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

doc/faq/howto_faq.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -532,19 +532,6 @@ most GUI backends *require* being run from the main thread as well.
532532
How-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 <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-
548535
.. _how-to-contribute-docs:
549536

550537
Contribute to Matplotlib documentation

0 commit comments

Comments
 (0)
0