You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,17 @@
1
-
CONTRIBUTING TO NewtonScript.org
2
-
================================
1
+
# Contributing to NewtonScript.org
3
2
4
3
We welcome feedback, bug fixes, content & display improvements, and translations. Ultimately, what gets accepted and merged into the project is up to NewtonScript.org staff (specifically, [Morgan Aldridge](https://github.com/morgant), the current project maintainer), but you are encouraged to submit any suggestions.
5
4
6
5
Please submit errors/corrections, additions, and feature requests via [the newtonscript.github.com GitHub project's issue tracker](https://github.com/NewtonScript/newtonscript.github.com/issues).
7
6
8
-
WHAT YOU NEED
9
-
-------------
7
+
## What You Need
10
8
11
9
You will need the following to contribute:
12
10
13
11
* A [GitHub](http://github.com) account for submitting pull requests
14
12
* A familiarity with HTML5, CSS3 experience is a plus
15
13
16
-
MAKING CHANGES
17
-
--------------
14
+
## Making Changes
18
15
19
16
Follow these steps when making changes. That way, they will most likely be accepted with few headaches and very little back and forth.
20
17
@@ -24,8 +21,7 @@ Follow these steps when making changes. That way, they will most likely be accep
24
21
4. Make commits in logical units and with explanatory commit messages.
25
22
5. Preview your changes in an HTML5-capable web browser to ensure nothing is broken and everything is rendering correctly.
26
23
27
-
SUBMITTING CHANGES
28
-
------------------
24
+
## Submitting Changes
29
25
30
26
When you’ve completed your changes and are ready to merge them into the main project, follow these steps to submit them for review.
31
27
@@ -36,22 +32,21 @@ That’s all there is to it.
36
32
37
33
If you followed the “Making Changes” guidelines and the changes are aligned with the vision of the project, it should be a smooth process to merged them.
38
34
39
-
<aname="style-guide"></a>STYLE GUIDE
40
-
-----------
35
+
## Style Guide
41
36
42
-
## HTML
37
+
###HTML
43
38
44
39
* Please write well-formed HTML to the HTML5 specification.
45
40
* Please write pretty HTML with proper indentation for nested elements.
46
41
* Please use tabs instead of spaces for indentation.
47
42
48
-
## Text
43
+
###Text
49
44
50
45
* Please alphabetize referenced materials (software, source code, reference documentation, etc.) by title and authors by last name.
51
46
* For sub lists which are more appropriately listed in chronological order (e.g. lists of publication issues), please do so.
52
47
* Please use [serial commas](https://en.wikipedia.org/wiki/Serial_comma).
53
48
54
-
## Resource Template
49
+
###Resource Template
55
50
56
51
The following is the template used to list referenced resources (software, source code, documentation, etc.):
Copy file name to clipboardExpand all lines: LICENSE.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
LICENSE
2
-
=======
1
+
# License
3
2
4
3
This work is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).
0 commit comments