2015-05-04 23:26:39 +00:00
|
|
|
#Contributing
|
|
|
|
|
2015-05-05 22:46:37 +00:00
|
|
|
Your pull requests are welcome; however, they may not be accepted for various reasons.
|
2015-05-04 23:26:39 +00:00
|
|
|
|
|
|
|
##Guidelines for pull requests:
|
|
|
|
|
|
|
|
1. Respect Notepad++ coding style.
|
|
|
|
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.
|
2015-05-27 15:11:08 +00:00
|
|
|
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.
|
2015-05-27 14:56:49 +00:00
|
|
|
5. Only bug-fix and feature request will be accepted. For the other things, I can run static code analysis tool myself.
|
2015-05-04 23:26:39 +00:00
|
|
|
|
2015-05-05 22:46:37 +00:00
|
|
|
In short: The easier the code review is, the better the chance your pull request will get accepted.
|
2015-05-04 23:26:39 +00:00
|
|
|
|
|
|
|
|