Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 692 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 692 Bytes

Contributing

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Commit just the modifications.
  • Ensure your code is nicely formatted in the PSR-2 style and that all tests pass.
  • Send the pull request.
  • Check that the Travis CI build passed. If not, rinse and repeat.
  • For communication with contributors you can use Gitter.
  • Use PHP-CS-Fixer like this php-cs-fixer fix . --level=psr2