Skip to content

Commit b75a219

Browse files
nasamuffingitster
authored andcommitted
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 <[email protected]> Reviewed-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent af6b65d commit b75a219

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ If you prefer video, then [this talk](https://www.youtube.com/watch?v=Q7i_qQW__q
1616
might be useful to you as the presenter walks you through the contribution
1717
process by example.
1818

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+
1922
Your friendly Git community!

Documentation/SubmittingPatches

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Submitting Patches
33

44
== Guidelines
55

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.
89

910
[[base-branch]]
1011
=== Decide what to base your work on.

0 commit comments

Comments
 (0)