From 027a1dda76c9a122fac12e2dbba75688c01b13bc Mon Sep 17 00:00:00 2001 From: Don HO Date: Tue, 25 Jun 2019 21:10:57 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 606863c5..510db1ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,9 +32,10 @@ Opening a issue beforehand allows the administrators and the community to discus ### Guidelines for pull requests 1. Respect Notepad++ coding style. -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. +2. Create a new branch for each PR. +3. Make single commit per PR. +4. Make your modification compact - don't reformat source code in your request. It makes code review more difficult. +5. 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. In short: The easier the code review is, the better the chance your pull request will get accepted.