]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: mention MyFirstContribution in more places
authorEmily Shaffer <emilyshaffer@google.com>
Mon, 8 Jun 2020 21:11:32 +0000 (14:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jun 2020 22:12:28 +0000 (15:12 -0700)
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>
.github/CONTRIBUTING.md
Documentation/SubmittingPatches

index e7b4e2f3c204c2c94c60222abbc702bd7d72de39..c8755e38de81caf60768c0309b5348f03a120fc1 100644 (file)
@@ -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!
index 4515cab5193ddf354a461aafb1b68dcc1ef2932e..ecf9438cf08069bc66150633e79bfb2bead1853a 100644 (file)
@@ -3,8 +3,9 @@ Submitting Patches
 
 == Guidelines
 
-Here are some guidelines for people who want to contribute their code
-to this software.
+Here are some guidelines for people who want to contribute their code to this
+software. There is also a link:MyFirstContribution.html[step-by-step tutorial]
+available which covers many of these same guidelines.
 
 [[base-branch]]
 === Decide what to base your work on.