Skip to content

Commit aa487e6

Browse files
committed
doc: add heading IDs to Code of Conduct
Fixes #13514 Change-Id: I3903d3926ed4f5d54cfb77209d93c950b832b933 Reviewed-on: https://go-review.googlesource.com/17511 Reviewed-by: Francesc Campoy Flores <campoy@google.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent 670642d commit aa487e6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/conduct.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
}
1414
</style>
1515

16-
<h2>About the Code of Conduct</h2>
16+
<h2 id="about">About the Code of Conduct</h2>
1717

18-
<h3>Why have a Code of Conduct?</h3>
18+
<h3 id="why">Why have a Code of Conduct?</h3>
1919

2020
<p>
2121
Online communities include people from many different backgrounds.
@@ -49,7 +49,7 @@ <h3>Why have a Code of Conduct?</h3>
4949
they disagree.
5050
</p>
5151

52-
<h3>Where does the Code of Conduct apply?</h3>
52+
<h3 id="spaces">Where does the Code of Conduct apply?</h3>
5353

5454
<p>
5555
If you participate in or contribute to the Go ecosystem in any way,
@@ -76,7 +76,7 @@ <h3>Where does the Code of Conduct apply?</h3>
7676
moderators and/or working group (see below).
7777
</p>
7878

79-
<h2>Gopher values</h2>
79+
<h2 id="values">Gopher values</h2>
8080

8181
<p>
8282
These are the values to which people in the Go community (“Gophers”) should aspire.
@@ -130,7 +130,7 @@ <h2>Gopher values</h2>
130130
It is the responsibility of <i>all parties</i> to de-escalate conflict when it arises.
131131
</p>
132132

133-
<h2>Unwelcome behavior</h2>
133+
<h2 id="unwelcome_behavior">Unwelcome behavior</h2>
134134

135135
<p>
136136
These actions are explicitly forbidden in Go spaces:
@@ -145,7 +145,7 @@ <h2>Unwelcome behavior</h2>
145145
<li>Incitement to any of these.
146146
</ul>
147147

148-
<h2>Moderation</h2>
148+
<h2 id="moderation">Moderation</h2>
149149

150150
<p>
151151
The Go spaces are not free speech venues; they are for discussion about Go.
@@ -174,7 +174,7 @@ <h2>Moderation</h2>
174174
below.
175175
</p>
176176

177-
<h2>Reporting issues</h2>
177+
<h2 id="reporting">Reporting issues</h2>
178178

179179
<p>
180180
The Code of Conduct Working Group is a group of people that represent the Go
@@ -256,7 +256,7 @@ <h2>Reporting issues</h2>
256256
<a href="https://golang.org/s/proposal-process">change proposal process</a>.
257257
</p>
258258

259-
<h2>Summary</h2>
259+
<h2 id="summary">Summary</h2>
260260

261261
<ul>
262262
<li>Treat everyone with respect and kindness.
@@ -265,7 +265,7 @@ <h2>Summary</h2>
265265
<li>If you encounter an issue, please mail <a href="mailto:conduct@golang.org">conduct@golang.org</a>.
266266
</ul>
267267

268-
<h3>Acknowledgements</h3>
268+
<h3 id="acknowledgements">Acknowledgements</h3>
269269

270270
<p>
271271
Parts of this document were derived from the Code of Conduct documents of the

0 commit comments

Comments
 (0)