-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
38 lines (38 loc) · 2.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: default
title: Getting Started
---
<div class="container">
<h1>Getting Started</h1>
<h3>Steps for Joining</h3>
<ol>
<li>Read our code of conduct and manifesto</li>
<li>Introduce yourself on the Facebook group: <a href="https://www.facebook.com/groups/codersforcorbyn" target="_blank">https://www.facebook.com/groups/codersforcorbyn</a></li>
<li>Discuss new/ongoing projects on Discord: <a href="https://discord.gg/F9GdXnJ" target="_blank">https://discord.gg/F9GdXnJ</a></li>
<!--<li>Join the Trello: <a href="https://trello.com/b/FTiw5SWJ/coders-4-corbyn" target="_blank">https://trello.com/b/FTiw5SWJ/coders-4-corbyn</a></li>-->
<li><b>Get coding!</b></li>
</ol>
<hr>
<h3>Contributors Guide</h3>
<ol>
<li>Comment code as you go, this will make life easier for somebody that steps into a project you have been working on.</li>
<li>If you are editing somebody else’s code, follow the same style/syntax and try to avoid cleaning somebody else’s code. Edit lines relevant to your task for a simpler git merge. Refactoring is a separate job.</li>
<li>Communicate with others if you are unsure. Join the <a href="https://discord.gg/F9GdXnJ" target="_blank">Discord server</a>, post on <a href="https://www.facebook.com/groups/codersforcorbyn" target="_blank">Facebook</a>, whatever makes you feel most comfortable. There is no question too silly.</li>
</ol>
<hr>
<h3>Code distribution</h3>
<p>
Code and other work product is distributed under the Coders For Labour Github org under an MIT licence. Other assets are released under a Creative Commons Attribution-ShareAlike 4.0 International license.
</p>
<ul>
<li><a href="https://github.com/coders-for-labour" target="_blank">https://github.com/coders-for-labour</a></li>
<li><a href="https://opensource.org/licenses/MIT" target="_blank">https://opensource.org/licenses/MIT</a></li>
<li><a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">https://creativecommons.org/licenses/by-sa/4.0/</a></li>
</ul>
<hr>
<div class="row">
<div class="col-md-12">
<h3>To contribute please agree to our manifesto by <a href="http://eepurl.com/cb-nkr">signing up here</a>!</h3>
</div>
</div>
</div>