forked from LEAGUE-Level0/LEAGUE-Level0.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontributing.html
More file actions
39 lines (34 loc) · 2.14 KB
/
contributing.html
File metadata and controls
39 lines (34 loc) · 2.14 KB
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
39
<!DOCTYPE html>
<html>
<head>
<title>League Level 0</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<script src="script/headerAndFooter.js"></script>
</head>
<body>
<div id="wrap">
<div id="main">
<div id ="contributingBody">
<h2>Contributing</h2>
<hr>
<p>
The League hosts all of its curriculum on github. Every level has its curriculum in its own “organization”. This is where you can go if you are interested in modifying or contributing to the curriculum.
To modify or add a recipe simply <a href="https://guides.github.com/activities/forking/#making-a-pull-request">fork</a> the module that you want to change and create a <a href="https://guides.github.com/activities/forking/#making-a-pull-request">pull request</a>. This will allow our staff teachers to review the changes before they are entered into our curriculum.
<br>
<br>
You can find the repositories for level 0 at <a href="http://www.github.com/League-level0">github.com/League-level0</a>. Please commit any new java recipes into the “extras” package located in each module. There they can be researched and developed using student feedback before they are officially added to the curriculum. Please email <a href="mailto:curriculum@jointheleague.org">curriculum@jointheleague.org</a> to be added to the organization as a contributor.
<br><br>
To learn how forking works, check out this tutorial:
<a href="https://guides.github.com/activities/forking">https://guides.github.com/activities/forking</a>
</p>
</div>
</div>
</div>
<div id="footer">
<script>addFooter();</script>
</div>
</body>
</html>