fix formatting

This commit is contained in:
Chris 2014-09-28 20:18:55 -07:00
parent a5393640ac
commit 37ab4f2961

View file

@ -55,14 +55,17 @@ Before you want to add major changes, you might want to discuss them with us fir
If you are still willing to contribute to this project, you can contribute via [Pull-Request](https://help.github.com/articles/creating-a-pull-request).
Here are a few things to keep in mind that will help get your PR approved.
1. A PR should be focused on content. Any PRs where the changes are only syntax will be rejected.
2. Use the file you are editing as a style guide.
3. Consider your feature. [Suggestion Guidelines](http://ae-mod.info/Suggestion-Guidelines/)
* A PR should be focused on content. Any PRs where the changes are only syntax will be rejected.
* Use the file you are editing as a style guide.
* Consider your feature. [Suggestion Guidelines](http://ae-mod.info/Suggestion-Guidelines/)
- Is your suggestion already possible using Vanilla + AE2?
- Make sure your feature isn't already in the works, or hasn't been rejected previously.
- Does your feature simplify another feature of AE2? These changes will not be accepted.
- If your feature can be done by any popular mod, discuss with us first.
Getting Started
1. Fork this repository
2. Clone the fork via
* SSH `git clone git@github.com:<your username>/Applied-Energistics-2.git` or