From b849edc9242c76a1c4dc2146a323b4e4c7b5f8ef Mon Sep 17 00:00:00 2001 From: Don HO Date: Sun, 9 Oct 2016 02:04:02 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62448326..606863c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ Opening a issue beforehand allows the administrators and the community to discus ### Guidelines for pull requests 1. Respect Notepad++ coding style. -2. Make a single change per commit. +2. Make single commit per PR. 3. Make your modification compact - don't reformat source code in your request. It makes code review more difficult. 4. PR of reformatting (changing of ws/TAB, line endings or coding style) of source code won't be accepted. Use issue trackers for your request instead.