Notepad++ official repository
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#Contributing
|
|
|
|
|
|
|
|
Your pull requests are welcome; however, they may not be accepted for various reasons.
|
|
|
|
|
|
|
|
##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.
|
|
|
|
|
|
|
|
In short: The easier the code review is, the better the chance your pull request will get accepted.
|
|
|
|
|
|
|
|
|