From a5393640acff105cea562d1ca62c529cab8f5af0 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 28 Sep 2014 20:11:59 -0700 Subject: [PATCH] Added some guidelines around how we will accept PRs. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0db83c58..b0d98ca0 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,15 @@ You install this mod by putting it into the `minecraft/mods/` folder. It has no Before you want to add major changes, you might want to discuss them with us first, before wasting your time. 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/) + - 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. + 1. Fork this repository 2. Clone the fork via * SSH `git clone git@github.com:/Applied-Energistics-2.git` or