missing headline

This commit is contained in:
Stefan Breunig 2013-02-18 11:59:41 +01:00
parent 2307b14cde
commit acd775f65e

View File

@ -30,7 +30,10 @@ Please follow the these guidelines. Some are just preference, others are good pr
- opening brace on the same line with a space after the if/for/etc: `if(blub) {`
- there is no length limit on lines, but try to keep them short where suitable
Sending patches:
Sending patches
---------------
- use GitHub and git to fork the repository
- 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.