From 5b213a56d2bd25086116016b5b7034dd479baeb3 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 6 Jul 2020 00:47:53 +0200 Subject: [PATCH] Move "Request a new feature" from How-to to Contributing --- doc/devel/contributing.rst | 16 ++++++++++++++-- doc/devel/index.rst | 1 + doc/faq/howto_faq.rst | 13 ------------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/devel/contributing.rst b/doc/devel/contributing.rst index 0bc3b1738f1a..abb83da860b4 100644 --- a/doc/devel/contributing.rst +++ b/doc/devel/contributing.rst @@ -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 `_. You are also -welcome to post feature requests or pull requests. +`Issue Tracker `_. 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: @@ -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 `_. + +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 `. + .. _installing_for_devs: 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:: * :ref:`testing` +.. _contributing-code: Contributing code ================= diff --git a/doc/devel/index.rst b/doc/devel/index.rst index e9347d918fb3..ea83129824c1 100644 --- a/doc/devel/index.rst +++ b/doc/devel/index.rst @@ -8,6 +8,7 @@ The Matplotlib Developers' Guide
Report a bug + Request a feature Contribute code Write documentation
diff --git a/doc/faq/howto_faq.rst b/doc/faq/howto_faq.rst index a982afe4b507..0b43bf9db96a 100644 --- a/doc/faq/howto_faq.rst +++ b/doc/faq/howto_faq.rst @@ -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 `_ 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