8000 Move "Request a new feature" from How-to to Contributing by timhoffm · Pull Request #17842 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Move "Request a new feature" from How-to to Contributing #17842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions doc/devel/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Submitting a bug report

If you find a bug in the code or documentation, do not hesitate to submit a
ticket to the
`Bug Tracker <https://github.com/matplotlib/matplotlib/issues>`_. You are also
welcome to post feature requests or pull requests.
`Issue Tracker <https://github.com/matplotlib/matplotlib/issues>`_. You are
also welcome to post feature requests or pull requests.

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

Expand Down Expand Up @@ -48,6 +48,17 @@ use to organize this information.

Thank you for your help in keeping bug reports complete, targeted and descriptive.

Requesting a new feature
========================

Please post feature requests to the
`Issue Tracker <https://github.com/matplotlib/matplotlib/issues>`_.

The Matplotlib developers will give feedback on the feature proposal. Since
Matplotlib is an open source project with limited resources, we encourage
users to then also
:ref:`participate in the implementation <contributing-code>`.

.. _installing_for_devs:

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

* :ref:`testing`

.. _contributing-code:

Contributing code
=================
Expand Down
1 change: 1 addition & 0 deletions doc/devel/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The Matplotlib Developers' Guide

<div style="margin: 2em 0;">
<a href="contributing.html#submitting-a-bug-report"><span class="mpl-button">Report a bug</span></a>
<a href="contributing.html#request-a-new-feature"><span class="mpl-button">Request a feature</span></a>
<a href="contributing.html#contributing-code"><span class="mpl-button">Contribute code</span></a>
<a href="contributing.html#contributing-documentation"><span class="mpl-button">Write documentation</span></a>
</div>
Expand Down
13 changes: 0 additions & 13 deletions doc/faq/howto_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -532,19 +532,6 @@ most GUI backends *require* being run from the main thread as well.
How-to: Contributing
====================

.. _how-to-request-feature:

Request a new feature
---------------------

Is there a feature you wish Matplotlib had? Then ask! The best
way to get started is to email the developer `mailing
list <matplotlib-devel@python.org>`_ for discussion.
This is an open source project developed primarily in the
contributors free time, so there is no guarantee that your
feature will be added. The *best* way to get the feature
you need added is to contribute it your self.

.. _how-to-contribute-docs:

Contribute to Matplotlib documentation
Expand Down
0