Update contribution rules.

This commit is contained in:
Don HO 2019-11-17 02:28:09 +01:00
parent 4dc8717c4b
commit f8cf4f3885
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

View File

@ -33,9 +33,10 @@ Opening a issue beforehand allows the administrators and the community to discus
1. Respect Notepad++ coding style. 1. Respect Notepad++ coding style.
2. Create a new branch for each PR. 2. Create a new branch for each PR.
3. Make single commit per PR. 3. Make single commit per PR if your PR about only one feature.
4. Make your modification compact - don't reformat source code in your request. It makes code review more difficult. 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. 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.
6. Typo fixing and code refactoring won't be accepted - please create issues to request the changing.
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.