From 3ce1ac28f598bdad601eea65459ea7883a79cd23 Mon Sep 17 00:00:00 2001 From: Kevin Brey Date: Mon, 4 May 2015 18:26:39 -0500 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..5578a8ac --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +#Contributing + +Your pull requests will be welcome; however, they may not be accepted for various reasons. + +##Guidelines for pull requests: + +1. Respect Notepad++ coding style. +2. Make a single change per commit. +3. Make your modification compact - don't reformat source code in your request. It makes code review more difficult. + +In short: The easier the code review is, the better the chance your pull request has to get accepted. + +