Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove "Reporting a bug or submitting a patch" from How-to #17837

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 5, 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
4 changes: 2 additions & 2 deletions doc/devel/coding_guide.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _pr-guidelines:

.. raw:: html

<style>
Expand All @@ -9,6 +7,8 @@
.checklist li p {display: inline; }
</style>

.. _pr-guidelines:

***********************
Pull request guidelines
***********************
Expand Down
25 changes: 1 addition & 24 deletions doc/faq/howto_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -545,29 +545,6 @@ 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-submit-patch:

Reporting a bug or submitting a patch
-------------------------------------

The development of Matplotlib is organized through `github
<https://github.com/matplotlib/matplotlib>`_. If you would like
to report a bug or submit a patch please use that interface.

To report a bug `create an issue
<https://github.com/matplotlib/matplotlib/issues/new>`_ on github
(this requires having a github account). Please include a `Short,
Self Contained, Correct (Compilable), Example <http://sscce.org>`_
demonstrating what the bug is. Including a clear, easy to test
example makes it easy for the developers to evaluate the bug. Expect
that the bug reports will be a conversation. If you do not want to
register with github, please email bug reports to the `mailing list
<[email protected]>`_.

The easiest way to submit patches to Matplotlib is through pull
requests on github. Please see the :ref:`developers-guide-index` for
the details.

.. _how-to-contribute-docs:

Contribute to Matplotlib documentation
Expand Down Expand Up @@ -610,7 +587,7 @@ your documents.

Once your documentation contributions are working (and hopefully
tested by actually *building* the docs) you can submit them as a patch
against git. See :ref:`install-git` and :ref:`how-to-submit-patch`.
against git. See :ref:`install-git` and :ref:`pr-guidelines`.
Looking for something to do? Search for `TODO <../search.html?q=todo>`_
or look at the open issues on github.

Expand Down