Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.12 KB

contributing.md

File metadata and controls

13 lines (9 loc) · 1.12 KB

Contributing

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 change phar.readonly php.ini setting to 0 or run the command as php -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.