From b75a219904955090aedc29bf9ea2df942edabdf4 Mon Sep 17 00:00:00 2001 From: Emily Shaffer Date: Mon, 8 Jun 2020 14:11:32 -0700 Subject: 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 Reviewed-by: Philippe Blain Signed-off-by: Junio C Hamano --- .github/CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e7b4e2f3c2..c8755e38de 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! -- cgit v1.2.3