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

Skip to content

Commit cb0135c

Browse files
authored
Merge pull request #12691 from story645/pr-badge
DOC: Link to "How to make a PR" tutorials as badge and in contributing
2 parents 4015343 + 4c52268 commit cb0135c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|Travis|_ |AppVeyor|_ |Codecov|_ |LGTM|_ |PyPi|_ |Gitter|_ |NUMFocus|_
1+
|Travis|_ |AppVeyor|_ |Codecov|_ |LGTM|_ |PyPi|_ |Gitter|_ |NUMFocus|_ |GitTutorial|_
22

33

44
.. |Travis| image:: https://travis-ci.org/matplotlib/matplotlib.svg?branch=master
@@ -22,6 +22,8 @@
2222
.. |NUMFocus| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
2323
.. _NUMFocus: http://www.numfocus.org
2424

25+
.. |GitTutorial| image:: https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?
26+
.. _GitTutorial: https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project
2527

2628
##########
2729
Matplotlib

doc/devel/contributing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ want to consider sending an email to the mailing list for more visibility.
208208
.. seealso::
209209

210210
* `Git documentation <https://git-scm.com/documentation>`_
211+
* `Git-Contributing to a Project <https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project>`_
212+
* `Introduction to Github <https://lab.github.com/githubtraining/introduction-to-github>`_
211213
* :ref:`development-workflow`.
212214
* :ref:`using-git`
213215

0 commit comments

Comments
 (0)