Please know that any contribution is welcome. However, before proposing a pull request, please check the following:
- Your code should follow the PSR-2 coding standard. Run
make sniff
to check that the coding standards are followed, 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.
- You should test your feature well.
- You should run
php build
and commit the PHAR file so it is part of your pull request. You may need to changephar.readonly
php.ini setting to0
or run the command asphp -d phar.readonly=0 build
.
Once your code is merged, it is available for free to everybody under the MIT License. Publishing your Pull Request on the PHPloy GitHub repository means that you agree with this license for your contribution.
Thank you for your contribution! PHPloy wouldn't be so great without you.