Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9da266a

Browse files
committedMar 1, 2025
docs: include more Git project-specific pages
Now that they are clearly labeled as such, let's augment the list of "manual pages" that concern themselves with information only relevant for contributors to the Git project itself. This closes git#1938, git#1939 and git#1961. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 922dd7c commit 9da266a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎content/community/_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h2 id="git-rev-news"><a class="anchor" href="#git-rev-news"></a> Newsletter </h
101101
<h2 id="contributing"><a class="anchor" href="#contributing"></a> Contributing to Git </h2>
102102

103103
<p>
104-
The <a href="https://github.com/git/git/tree/master/Documentation">Documentation directory</a> in the Git source code has several files of interest to developers who are looking to help contribute. After reading the <a href="https://github.com/git/git/blob/master/Documentation/CodingGuidelines">coding guidelines</a> and <a href="https://github.com/git/git/blob/master/CODE_OF_CONDUCT.md">code of conduct</a>, you can learn <a href="{{< relurl "docs/SubmittingPatches" >}}">how to submit patches</a>. If you are just starting out, you can read the <a href="{{< relurl "docs/MyFirstContribution" >}}">My First Contribution tutorial</a>. For those looking to get more deeply involved, there is a <a href="https://github.com/git/git/blob/master/Documentation/howto/maintain-git.txt">howto for Git maintainers</a>.
104+
The <a href="https://github.com/git/git/tree/master/Documentation">Documentation directory</a> in the Git source code has several files of interest to developers who are looking to help contribute. After reading the <a href="{{ relURL "docs/CodingGuidelines" }}">coding guidelines</a> and <a href="https://github.com/git/git/blob/master/CODE_OF_CONDUCT.md">code of conduct</a>, you can learn <a href="{{< relurl "docs/SubmittingPatches" >}}">how to submit patches</a>. If you are just starting out, you can read the <a href="{{< relurl "docs/MyFirstContribution" >}}">My First Contribution tutorial</a>. For those looking to get more deeply involved, there is a <a href="https://github.com/git/git/blob/master/Documentation/howto/maintain-git.txt">howto for Git maintainers</a>.
105105
</p>
106106

107107
<p>

‎data/docs_extra.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
git_project_specific:
3+
- BreakingChanges
4+
- CodingGuidelines
35
- MyFirstContribution
46
- MyFirstObjectWalk
7+
- ReviewingGuidelines
58
- SubmittingPatches
69
---

0 commit comments

Comments
 (0)
Please sign in to comment.