Update CONTRIBUTING.md

This commit is contained in:
MaxXor 2015-06-21 20:20:31 +02:00
parent 48b7b66bef
commit 46be99f316
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
1. Respect xRAT 2.0 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.
4. PR of reformating (changing of ws/TAB, line endings or coding style) of source code won't be accepted.
4. PR of reformatting (changing of ws/TAB, line endings or coding style) of source code won't be accepted.
In short: The easier the code review is, the better the chance your pull request will get accepted.