diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..2d408c2 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,9 @@ +How to contribute +--- + +The contributing rules are simple enough: +- Use [Github flow](https://guides.github.com/introduction/flow/); +- Make sure your code satisfied [PSR-2](http://www.php-fig.org/psr/psr-2/) code style; +- Run tests and make sure they passed. + +Thanks! :heart: