Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 770 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 770 Bytes

Contributing

Your contribution or bug fixes are welcome!

Before proposing a pull request, check the following:

  • Your code should follow the PSR-2 coding standard (and use php-cs-fixer to fix inconsistencies).
  • If you commit a new feature, be prepared to help maintaining it. Watch the project on GitHub, and please comment on issues or PRs regarding the feature you contributed.

Once your code is merged, it is available for free to everybody under the MIT License. Publishing your Pull Request on the GitHub repository means that you agree with this license for your contribution.

Thank you for your contribution!