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

Skip to content

Commit 37424d4

Browse files
authored
Merge pull request #17837 from timhoffm/doc-how-to-contribute
DOC: Remove "Reporting a bug or submitting a patch" from How-to
2 parents d266e71 + 376c108 commit 37424d4

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

doc/devel/coding_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. _pr-guidelines:
2-
31
.. raw:: html
42

53
<style>
@@ -9,6 +7,8 @@
97
.checklist li p {display: inline; }
108
</style>
119

10+
.. _pr-guidelines:
11+
1212
***********************
1313
Pull request guidelines
1414
***********************

doc/faq/howto_faq.rst

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -545,29 +545,6 @@ contributors free time, so there is no guarantee that your
545545
feature will be added. The *best* way to get the feature
546546
you need added is to contribute it your self.
547547

548-
.. _how-to-submit-patch:
549-
550-
Reporting a bug or submitting a patch
551-
-------------------------------------
552-
553-
The development of Matplotlib is organized through `github
554-
<https://github.com/matplotlib/matplotlib>`_. If you would like
555-
to report a bug or submit a patch please use that interface.
556-
557-
To report a bug `create an issue
558-
<https://github.com/matplotlib/matplotlib/issues/new>`_ on github
559-
(this requires having a github account). Please include a `Short,
560-
Self Contained, Correct (Compilable), Example <http://sscce.org>`_
561-
demonstrating what the bug is. Including a clear, easy to test
562-
example makes it easy for the developers to evaluate the bug. Expect
563-
that the bug reports will be a conversation. If you do not want to
564-
register with github, please email bug reports to the `mailing list
565-
566-
567-
The easiest way to submit patches to Matplotlib is through pull
568-
requests on github. Please see the :ref:`developers-guide-index` for
569-
the details.
570-
571548
.. _how-to-contribute-docs:
572549

573550
Contribute to Matplotlib documentation
@@ -610,7 +587,7 @@ your documents.
610587

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

0 commit comments

Comments
 (0)