Git fork

Merge branch 'es/advertise-contribution-doc'

Doc updates.

* es/advertise-contribution-doc:
docs: mention MyFirstContribution in more places

+6 -2
+3
.github/CONTRIBUTING.md
··· 16 16 might be useful to you as the presenter walks you through the contribution 17 17 process by example. 18 18 19 + Or, you can follow the ["My First Contribution"](https://git-scm.com/docs/MyFirstContribution) 20 + tutorial for another example of the contribution process. 21 + 19 22 Your friendly Git community!
+3 -2
Documentation/SubmittingPatches
··· 3 3 4 4 == Guidelines 5 5 6 - Here are some guidelines for people who want to contribute their code 7 - to this software. 6 + Here are some guidelines for people who want to contribute their code to this 7 + software. There is also a link:MyFirstContribution.html[step-by-step tutorial] 8 + available which covers many of these same guidelines. 8 9 9 10 [[base-branch]] 10 11 === Decide what to base your work on.