diff --git a/README.rst b/README.rst index 0a36ccde92a8..b2f5c0981880 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -|Travis|_ |AppVeyor|_ |Codecov|_ |LGTM|_ |PyPi|_ |Gitter|_ |NUMFocus|_ +|Travis|_ |AppVeyor|_ |Codecov|_ |LGTM|_ |PyPi|_ |Gitter|_ |NUMFocus|_ |GitTutorial|_ .. |Travis| image:: https://travis-ci.org/matplotlib/matplotlib.svg?branch=master @@ -22,6 +22,8 @@ .. |NUMFocus| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A .. _NUMFocus: http://www.numfocus.org +.. |GitTutorial| image:: https://img.shields.io/badge/PR-Welcome-%23FF8300.svg? +.. _GitTutorial: https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project ########## Matplotlib diff --git a/doc/devel/contributing.rst b/doc/devel/contributing.rst index 5136fff6dbb5..5140260b3f63 100644 --- a/doc/devel/contributing.rst +++ b/doc/devel/contributing.rst @@ -208,6 +208,8 @@ want to consider sending an email to the mailing list for more visibility. .. seealso:: * `Git documentation `_ + * `Git-Contributing to a Project `_ + * `Introduction to Github `_ * :ref:`development-workflow`. * :ref:`using-git`