Update CONTRIBUTING.md
This commit is contained in:
parent
105dcebb9e
commit
027a1dda76
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user