Skip to content

Commit 899fa6f

Browse files
committed
Synchronized build
1 parent 8e31954 commit 899fa6f

1 file changed

Lines changed: 124 additions & 102 deletions

File tree

contributing-code/index.html

Lines changed: 124 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
<meta property="og:description" content="We do all of our development on
1919
GitHub. If you are not familiar with
2020
GitHub or pull requests, here is an excellent guide to get
21-
started.
22-
---
23-
body:" />
21+
started." />
2422

2523
<meta property="og:url" content="/contributing-code/" />
2624
<meta property="og:type" content="article" />
@@ -45,9 +43,7 @@
4543
<meta name="twitter:description" content="We do all of our development on
4644
GitHub. If you are not familiar with
4745
GitHub or pull requests, here is an excellent guide to get
48-
started.
49-
---
50-
body:">
46+
started.">
5147

5248
<meta name="twitter:site" content="@creativecommons">
5349
<meta name="twitter:creator" content="@creativecommons">
@@ -124,9 +120,128 @@ <h1>Contribution Guidelines</h1>
124120
<p>We do all of our development <a href="https://github.com/creativecommons/">on
125121
GitHub</a>. If you are not familiar with
126122
GitHub or pull requests, <a href="https://guides.github.com/activities/hello-world/">here is an excellent guide to get
127-
started</a>.
128-
--- <!-- disregard: vim syntax highlighting fix_ -->
129-
body:</p>
123+
started</a>.</p>
124+
125+
</header>
126+
127+
<aside class="sidebar">
128+
129+
<nav aria-labelledby="contributing-code">
130+
<h2>Contributing Code</h2>
131+
<ul>
132+
133+
<li>
134+
<a href="/contributing-code/projects/">Project List</a>
135+
136+
</li>
137+
138+
<li>
139+
<a href="/contributing-code/issue-finder/">Issue Finder</a>
140+
141+
</li>
142+
143+
<li>
144+
<a href="/contributing-code/">Contribution Guidelines</a>
145+
146+
<ul>
147+
148+
<li>
149+
<a href="/contributing-code/foundational-tech/">
150+
Foundational technologies
151+
</a>
152+
</li>
153+
154+
<li>
155+
<a href="/contributing-code/pr-guidelines/">
156+
Pull Request Guidelines
157+
</a>
158+
</li>
159+
160+
<li>
161+
<a href="/contributing-code/github-repo-guidelines/">
162+
GitHub Repo Guidelines
163+
</a>
164+
</li>
165+
166+
<li>
167+
<a href="/contributing-code/repo-labels/">
168+
Repository Labels
169+
</a>
170+
</li>
171+
172+
<li>
173+
<a href="/contributing-code/documentation-guidelines/">
174+
Documentation Guidelines
175+
</a>
176+
</li>
177+
178+
<li>
179+
<a href="/contributing-code/javascript-guidelines/">
180+
JavaScript Guidelines
181+
</a>
182+
</li>
183+
184+
<li>
185+
<a href="/contributing-code/python-guidelines/">
186+
Python Guidelines
187+
</a>
188+
</li>
189+
190+
<li>
191+
<a href="/contributing-code/translation-guide/">
192+
Translation Guide
193+
</a>
194+
</li>
195+
196+
</ul>
197+
198+
</li>
199+
200+
<li>
201+
<a href="/contributing-code/usability/">Usability</a>
202+
203+
</li>
204+
205+
</ul>
206+
</nav>
207+
208+
<nav aria-labelledby="on-this-page">
209+
<h2>On this page</h2>
210+
<ul>
211+
212+
<li>
213+
<a href="#ai-generated-content-prohibited">AI generated content prohibited</a>
214+
215+
</li>
216+
217+
<li>
218+
<a href="#finding-an-issue">Finding an issue</a>
219+
220+
</li>
221+
222+
<li>
223+
<a href="#contribution-process">Contribution process</a>
224+
225+
</li>
226+
227+
<li>
228+
<a href="#proposing-a-new-issue">Proposing a new issue</a>
229+
230+
</li>
231+
232+
<li>
233+
<a href="#donations">Donations</a>
234+
235+
</li>
236+
237+
</ul>
238+
</nav>
239+
</aside>
240+
241+
<div class="content">
242+
<!-- disregard: vim syntax highlighting fix_ -->
243+
244+
130245
<h2 id="ai-generated-content-prohibited">AI generated content prohibited</h2><!--
131246
This section must match the same section in:
132247
creativecommons/.github: CONTRIBUTING.md
@@ -269,99 +384,6 @@ <h2 id="donations">Donations</h2><p>Recurring donations to Creative Commons Open
269384
Sponsors</a>.</p>
270385
<p>Thank you to our <a href="/supporters/">Supporters</a>!</p>
271386

272-
</header>
273-
274-
<aside class="sidebar">
275-
276-
<nav aria-labelledby="contributing-code">
277-
<h2>Contributing Code</h2>
278-
<ul>
279-
280-
<li>
281-
<a href="/contributing-code/projects/">Project List</a>
282-
283-
</li>
284-
285-
<li>
286-
<a href="/contributing-code/issue-finder/">Issue Finder</a>
287-
288-
</li>
289-
290-
<li>
291-
<a href="/contributing-code/">Contribution Guidelines</a>
292-
293-
<ul>
294-
295-
<li>
296-
<a href="/contributing-code/foundational-tech/">
297-
Foundational technologies
298-
</a>
299-
</li>
300-
301-
<li>
302-
<a href="/contributing-code/pr-guidelines/">
303-
Pull Request Guidelines
304-
</a>
305-
</li>
306-
307-
<li>
308-
<a href="/contributing-code/github-repo-guidelines/">
309-
GitHub Repo Guidelines
310-
</a>
311-
</li>
312-
313-
<li>
314-
<a href="/contributing-code/repo-labels/">
315-
Repository Labels
316-
</a>
317-
</li>
318-
319-
<li>
320-
<a href="/contributing-code/documentation-guidelines/">
321-
Documentation Guidelines
322-
</a>
323-
</li>
324-
325-
<li>
326-
<a href="/contributing-code/javascript-guidelines/">
327-
JavaScript Guidelines
328-
</a>
329-
</li>
330-
331-
<li>
332-
<a href="/contributing-code/python-guidelines/">
333-
Python Guidelines
334-
</a>
335-
</li>
336-
337-
<li>
338-
<a href="/contributing-code/translation-guide/">
339-
Translation Guide
340-
</a>
341-
</li>
342-
343-
</ul>
344-
345-
</li>
346-
347-
<li>
348-
<a href="/contributing-code/usability/">Usability</a>
349-
350-
</li>
351-
352-
</ul>
353-
</nav>
354-
355-
<nav aria-labelledby="on-this-page">
356-
<h2>On this page</h2>
357-
<ul>
358-
359-
</ul>
360-
</nav>
361-
</aside>
362-
363-
<div class="content">
364-
365387
</div>
366388

367389

0 commit comments

Comments
 (0)