Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-06-18 07:54:06 +0300
committerJunio C Hamano <gitster@pobox.com>2020-06-18 07:54:06 +0300
commitfdeb74f3720e7efdc2d64941ce5853d87e0371ad (patch)
treef532a394c2ec5bbcc41d63dfdc216cb23858b336
parent6361eb73c6dc147e94b02673f387c0345d8d15d2 (diff)
parentb75a219904955090aedc29bf9ea2df942edabdf4 (diff)
Merge branch 'es/advertise-contribution-doc'
Doc updates. * es/advertise-contribution-doc: docs: mention MyFirstContribution in more places
-rw-r--r--.github/CONTRIBUTING.md3
-rw-r--r--Documentation/SubmittingPatches5
2 files changed, 6 insertions, 2 deletions
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!
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 4515cab519..ecf9438cf0 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -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.