enforce style for plugins as well.

This commit is contained in:
Stefan Breunig 2013-02-22 10:28:57 +01:00
parent 3377c81728
commit 73212320e8

View File

@ -38,11 +38,12 @@ Sending patches
---------------
- use GitHub and git to fork the repository
- match the code style as shown above
- use [GitHubs pull request feature](https://help.github.com/articles/using-pull-requests) to submit patches easily
- use one pull request for one feature dont put many things into one request. This makes reviewing harder for me.
- you can use `git add -p` to selectively add parts to a commit. This allows for clear commit messages instead of “implement everything” ones.
For plugins this is less strict, but I still review those.
~~For plugins this is less strict, but I still review those.~~ It applies to plugins as well.
Debugging