Issues
If you have a question, something is not working or you want to make a suggestion, feel free to open a new issue.
Checkout existing issues before opening a new one.
Pull Requests
- Use the master branch for your pull requests.
- Before writing significant amount of code, open an issue and discuss it.
- Run existing unit tests and write your own. Travis would take care of PRs automatically, but you could run the tests locally before that. Run
composer install
and thenphpunit
.
Do not commit system files, but don't clutter .gitignore. Use a useful global .gitignore.
Coding style
Keep the same coding style and try to write lines under 80 characters. Use PSR-2 style, the code is autmatically tested on it by scrutinizer.