Update CONTRIBUTING.md

This commit is contained in:
Don HO 2019-06-25 21:10:57 +02:00 committed by GitHub
parent 105dcebb9e
commit 027a1dda76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,9 +32,10 @@ Opening a issue beforehand allows the administrators and the community to discus
### Guidelines for pull requests ### Guidelines for pull requests
1. Respect Notepad++ coding style. 1. Respect Notepad++ coding style.
2. Make single commit per PR. 2. Create a new branch for each PR.
3. Make your modification compact - don't reformat source code in your request. It makes code review more difficult. 3. Make single commit per PR.
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. 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. In short: The easier the code review is, the better the chance your pull request will get accepted.