diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-06-17 21:54:06 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-06-17 21:54:06 -0700 |
| commit | fdeb74f3720e7efdc2d64941ce5853d87e0371ad (patch) | |
| tree | f532a394c2ec5bbcc41d63dfdc216cb23858b336 /Documentation | |
| parent | 6361eb73c6dc147e94b02673f387c0345d8d15d2 (diff) | |
| parent | b75a219904955090aedc29bf9ea2df942edabdf4 (diff) | |
| download | git-fdeb74f3720e7efdc2d64941ce5853d87e0371ad.tar.xz | |
Merge branch 'es/advertise-contribution-doc'
Doc updates.
* es/advertise-contribution-doc:
docs: mention MyFirstContribution in more places
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/SubmittingPatches | 5 |
1 files changed, 3 insertions, 2 deletions
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. |
