Merge branch 'gh-pages' of github.com:breunigs/ingress-intel-total-conversion into gh-pages

This commit is contained in:
Stefan Breunig 2013-02-22 11:26:12 +01:00
commit 03a96094e3

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