Update CONTRIBUTING.md

This commit is contained in:
Don HO 2015-06-16 00:11:21 +02:00
parent f1cdc425ba
commit 4dfd9b63bb

View File

@ -7,7 +7,7 @@ Your pull requests are welcome; however, they may not be accepted for various re
1. Respect Notepad++ coding style. 1. Respect Notepad++ coding style.
2. Make a single change per commit. 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. 3. Make your modification compact - don't reformat source code in your request. It makes code review more difficult.
4. PR of reformating (changing of ws/TAB, line endings or coding style) of source code won't be accepted. Use issue trackers for your request instead. 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.
5. Only bug-fix and feature request will be accepted. For the other things, I can run static code analysis tool myself. 5. Only bug-fix and feature request will be accepted. For the other things, I can run static code analysis tool myself.
In short: The easier the code review is, the better the chance your pull request will get accepted. In short: The easier the code review is, the better the chance your pull request will get accepted.