Browse Source

Merge branch 'es/first-contrib-tutorial'

A new tutorial targetting specifically aspiring git-core
developers.

* es/first-contrib-tutorial:
  doc: add some nit fixes to MyFirstContribution
  documentation: add anchors to MyFirstContribution
  documentation: add tutorial for first contribution
maint
Junio C Hamano 6 years ago
parent
commit
55b34f30c2
  1. 1
      Documentation/Makefile
  2. 1132
      Documentation/MyFirstContribution.txt

1
Documentation/Makefile

@ -76,6 +76,7 @@ SP_ARTICLES += howto/maintain-git @@ -76,6 +76,7 @@ SP_ARTICLES += howto/maintain-git
API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))
SP_ARTICLES += $(API_DOCS)

TECH_DOCS += MyFirstContribution
TECH_DOCS += SubmittingPatches
TECH_DOCS += technical/hash-function-transition
TECH_DOCS += technical/http-protocol

1132
Documentation/MyFirstContribution.txt

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save