Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 1.37 KB

Contributions are welcome!

Quick guide:

  • Fork the repo.
  • Install dependencies: composer install.
  • Create branch, e.g. feature-foo or bugfix-bar.
  • Make changes.
  • If you are adding functionality or fixing a bug - add a test!
  • Fix project coding style: php vendor/bin/php-cs-fixer fix.
  • Check if tests pass: php vendor/bin/phpunit.

Opening a pull request

You can do some things to increase the chance that your pull request is accepted the first time:

  • Submit one pull request per fix or feature.
  • If your changes are not up to date - rebase your branch on master.
  • Follow the conventions used in the project.
  • Remember about tests and documentation.
  • Don't bump version.

Project's standards: