Adjust Contribution guide

This commit is contained in:
Marc Würth 2015-05-19 20:13:08 +02:00
parent a243b4a03a
commit 4b35187e4b

View file

@ -7,7 +7,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/:vendor
## Pull Requests
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - The easiest way to apply the conventions is to install [PHP Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer).
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - Check the code style with ``$ composer check-codestyle`` and fix it with ``$ composer fix-codestyle``.
- **Add tests!** - Your patch won't be accepted if it doesn't have tests.