Skip to content

Commit d06538f

Browse files
authored
DOC: Add badge and link to making PR tutorial
The badge is [![PR Welcome](https://img.shields.io/badge/PR-Welcome-%23FF8300.svg?)][https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project] Going by a conversation with @erinleeryan, it was suggested that a How to make a PR tutorial might be useful for new contributors. The [unidata/siphon](https://github.com/Unidata/siphon) repository addresses this by having a badge that links out to https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github. @phobson raised the concern about the tutorial not being open source, so the alternative links are * https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project * https://lab.github.com/githubtraining/introduction-to-github My concern with the lab is that it's very oriented towards github pages & requires all sorts of permissions to turn on, but on the flip side it's probably the clearer tutorial.
1 parent 82b834e commit d06538f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-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

0 commit comments

Comments
 (0)