Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 1018 Bytes

contributing.md

File metadata and controls

executable file
·
13 lines (9 loc) · 1018 Bytes

Contributing

Before proposing a pull request, please check the following:

  • Your code should follow the PSR-2 coding standard. 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.