Update CONTRIBUTING.md

This commit is contained in:
Don HO 2016-10-09 02:04:02 +02:00 committed by GitHub
parent ae0f870ee6
commit b849edc924

View File

@ -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.