Skip to content

Commit 8ff66bf

Browse files
committed
Standardize heading markdown
1 parent d2188fa commit 8ff66bf

File tree

3 files changed

+10
-17
lines changed

3 files changed

+10
-17
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
CONTRIBUTING TO NewtonScript.org
2-
================================
1+
# Contributing to NewtonScript.org
32

43
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.
54

65
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).
76

8-
WHAT YOU NEED
9-
-------------
7+
## What You Need
108

119
You will need the following to contribute:
1210

1311
* A [GitHub](http://github.com) account for submitting pull requests
1412
* A familiarity with HTML5, CSS3 experience is a plus
1513

16-
MAKING CHANGES
17-
--------------
14+
## Making Changes
1815

1916
Follow these steps when making changes. That way, they will most likely be accepted with few headaches and very little back and forth.
2017

@@ -24,8 +21,7 @@ Follow these steps when making changes. That way, they will most likely be accep
2421
4. Make commits in logical units and with explanatory commit messages.
2522
5. Preview your changes in an HTML5-capable web browser to ensure nothing is broken and everything is rendering correctly.
2623

27-
SUBMITTING CHANGES
28-
------------------
24+
## Submitting Changes
2925

3026
When you’ve completed your changes and are ready to merge them into the main project, follow these steps to submit them for review.
3127

@@ -36,22 +32,21 @@ That’s all there is to it.
3632

3733
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.
3834

39-
<a name="style-guide"></a>STYLE GUIDE
40-
-----------
35+
## Style Guide
4136

42-
## HTML
37+
### HTML
4338

4439
* Please write well-formed HTML to the HTML5 specification.
4540
* Please write pretty HTML with proper indentation for nested elements.
4641
* Please use tabs instead of spaces for indentation.
4742

48-
## Text
43+
### Text
4944

5045
* Please alphabetize referenced materials (software, source code, reference documentation, etc.) by title and authors by last name.
5146
* For sub lists which are more appropriately listed in chronological order (e.g. lists of publication issues), please do so.
5247
* Please use [serial commas](https://en.wikipedia.org/wiki/Serial_comma).
5348

54-
## Resource Template
49+
### Resource Template
5550

5651
The following is the template used to list referenced resources (software, source code, documentation, etc.):
5752

LICENSE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
LICENSE
2-
=======
1+
# License
32

43
This work is licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).
54

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
NewtonScript.org
2-
================
1+
# NewtonScript.org
32

43
This is the repository for the [NewtonScript.org](http://newtonscript.org/) site.
54

0 commit comments

Comments
 (0)