summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEmily Shaffer <emilyshaffer@google.com>2020-06-08 21:11:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-06-08 22:12:28 (GMT)
commitb75a219904955090aedc29bf9ea2df942edabdf4 (patch)
treedab96a5e2cd3a0a9ec1061e30c2f46a58fb50dee /.github
parentaf6b65d45ef179ed52087e80cb089f6b2349f4ec (diff)
downloadgit-b75a219904955090aedc29bf9ea2df942edabdf4.zip
git-b75a219904955090aedc29bf9ea2df942edabdf4.tar.gz
git-b75a219904955090aedc29bf9ea2df942edabdf4.tar.bz2
docs: mention MyFirstContribution in more places
While the MyFirstContribution guide exists and has received some use and positive reviews, it is still not as discoverable as it could be. Add a reference to it from the GitHub pull request template, where many brand-new contributors may look. Also add a reference to it in SubmittingPatches, which is the central source of guidance for patch contribution. Signed-off-by: Emily Shaffer <emilyshaffer@google.com> Reviewed-by: Philippe Blain <levraiphilippeblain@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index e7b4e2f..c8755e3 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -16,4 +16,7 @@ If you prefer video, then [this talk](https://www.youtube.com/watch?v=Q7i_qQW__q
might be useful to you as the presenter walks you through the contribution
process by example.
+Or, you can follow the ["My First Contribution"](https://git-scm.com/docs/MyFirstContribution)
+tutorial for another example of the contribution process.
+
Your friendly Git community!