.github/CONTRIBUTING.md
# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.
Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
## Contribution Requirements
1. Contributions must adhere to [PSR1](https://www.php-fig.org/psr/psr-1/)/[PSR2](https://www.php-fig.org/psr/psr-2/) standards.
2. Pull requests (PRs) must be accompanied by a meaningful description of their purpose and the references of the fixed issues.
3. Commits must be accompanied by meaningful commit messages.
4. All automated tests are passed successfully (all builds on Travis CI must be green).
## Contribution Process
1. Check that a similar contribution is not opened or reviewing.
2. Fork the repository, create and test your contribution.
3. Send the request by following the [pull request template](PULL_REQUEST_TEMPLATE.md).