699 B
699 B
#Contributing
Your pull requests are welcome; however, they may not be accepted for various reasons.
##Guidelines for pull requests:
- Respect Notepad++ coding style.
- Make a single change per commit.
- Make your modification compact - don't reformat source code in your request. It makes code review more difficult.
- 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.
- Only bug-fix and feature request will be accepted. For the other things, I can run static code analysis tool myself.
In short: The easier the code review is, the better the chance your pull request will get accepted.