Notepad++ on GitHub
2015-05-03
Notepad++ source code is migrated from SVN to Git, and Notepad++ repository is available on GitHub:
https://github.com/donho/notepad-plus-plus.git
Your pull requests will be welcome. However, they are not always accepted for diverse reasons. Here are the guidelines for your pull requests:
- Respect Notepad++ coding style.
- Avoid to commit several features in one commit.
- Make your modification compact - don’t reformat source code in your request. It makes code review more difficult.
In short: The easier the code review is, the better the chance your pull request has to get accepted.