diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-09-22 00:27:02 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-09-22 00:27:02 +0200 |
commit | ac45db1e7552b46e10c4f5732ed56dbfa92e2d30 (patch) | |
tree | ca0e38bb051caa26e133135013f9a36911575c31 /Documentation/Makefile | |
parent | Merge branch 'vd/scalar-generalize-diagnose' (diff) | |
parent | Documentation: add ReviewingGuidelines (diff) | |
download | git-ac45db1e7552b46e10c4f5732ed56dbfa92e2d30.tar.xz git-ac45db1e7552b46e10c4f5732ed56dbfa92e2d30.zip |
Merge branch 'vd/doc-reviewing-guidelines'
Just like we have coding guidelines, we now have guidelines for
reviewers.
* vd/doc-reviewing-guidelines:
Documentation: add ReviewingGuidelines
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 12c533c1a3..d47acb2e25 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -103,6 +103,7 @@ SP_ARTICLES += howto/coordinate-embargoed-releases 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 += ReviewingGuidelines TECH_DOCS += MyFirstContribution TECH_DOCS += MyFirstObjectWalk TECH_DOCS += SubmittingPatches |