Skip to content

Commit fa0b98c

Browse files
committed
community: offer anchors for all headers
This makes it more convenient to link to, say, the part talking about contributing to Git. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent ef29c29 commit fa0b98c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: content/community/_index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div id="main">
99
<h1> Community</h1>
1010

11-
<h2> Mailing List</h2>
11+
<h2 id="git-mailing-list"><a class="anchor" href="#git-mailing-list"></a> Mailing List</h2>
1212

1313
<p>
1414
General questions or comments for the Git community can be sent to the mailing list by using the email address <a href="mailto:[email protected]">[email protected]</a>.
@@ -34,7 +34,7 @@ <h2> Mailing List</h2>
3434
If you're a downstream packager of Git, consider joining the <a href="https://groups.google.com/forum/?fromgroups#!forum/git-packagers">Git packagers mailing list</a> for low-volume announcements from the developers, as well as other discussion related to packaging &amp; porting Git.
3535
</p>
3636

37-
<h2> Bug Reporting </h2>
37+
<h2 id="reporting-bugs"><a class="anchor" href="#reporting-bugs"></a> Bug Reporting </h2>
3838

3939
<p>
4040
Bugs in git can be reported directly to the mailing list (see above for
@@ -68,14 +68,14 @@ <h2> Bug Reporting </h2>
6868
guide</a> helpful for producing useful bug reports.
6969
</p>
7070

71-
<h2> Reporting Security Issues </h2>
71+
<h2 id="git-security"><a class="anchor" href="#git-security"></a> Reporting Security Issues </h2>
7272

7373
<p>
7474
Issues which are security relevant should be disclosed privately to
7575
the <a href="mailto:[email protected]">Git Security</a> mailing list.
7676
</p>
7777

78-
<h2> IRC Channel </h2>
78+
<h2 id="irc"><a class="anchor" href="#irc"></a> IRC Channel </h2>
7979

8080
<p>
8181
If the manpages and this book aren’t enough and you need in-person help, you can try the <span class="highlight fixed">#git</span> channel on the <a href="https://libera.chat/guides/connect">Libera Chat</a> IRC server (<strong>irc.libera.chat</strong>). These channels are regularly filled with hundreds of people who are all very knowledgeable about Git and are often willing to help.
@@ -86,19 +86,19 @@ <h2> IRC Channel </h2>
8686
If you need specific help about one of the for-profit Git hosting sites, you might try their own IRC channels (such as <span class="highlight fixed">#github</span> or <span class="highlight fixed">#gitlab</span>) on the same IRC server.
8787
</p>
8888

89-
<h2> Discord Server </h2>
89+
<h2 id="discord"><a class="anchor" href="#discord"></a> Discord Server </h2>
9090

9191
<p>
9292
The <a href="https://discord.gg/GRFVkzgxRd">Git Community Discord Server</a> also has many knowledgeable and helpful people. Additionally, it provides a space to be able to voice chat about patches, designs, or anything else Git related.
9393
</p>
9494

95-
<h2> Newsletter </h2>
95+
<h2 id="git-rev-news"><a class="anchor" href="#git-rev-news"></a> Newsletter </h2>
9696

9797
<p>
9898
There is a monthly community newsletter called <a href="https://git.github.io/rev_news/rev_news/">"Git Rev News"</a>, with <a href="https://git.github.io/rev_news/archive/">its archive</a> and <a href="https://git.github.io/rev_news/">its latest edition</a>. Information on how to subscribe can be found on the <a href="https://git.github.io/rev_news/rev_news/">dedicated webpage</a>.
9999
</p>
100100

101-
<h2> Contributing to Git </h2>
101+
<h2 id="contributing"><a class="anchor" href="#contributing"></a> Contributing to Git </h2>
102102

103103
<p>
104104
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>.

0 commit comments

Comments
 (0)