From 37ab4f2961172b081191e0f0bc3e7bf65e57d344 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 28 Sep 2014 20:18:55 -0700 Subject: [PATCH] fix formatting --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0d98ca05..874a82a1a 100644 --- a/README.md +++ b/README.md @@ -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:/Applied-Energistics-2.git` or