Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1005 Bytes

contribution.md

File metadata and controls

48 lines (31 loc) · 1005 Bytes
layout title nav_order
default
Contribution
99

{% include support.md %}

Contribution

To contribute you have to send a pull request to enqueue-dev repository. The pull requests to read only subtree split repositories will be closed.

Setup environment

composer install
./bin/pre-commit -i
./bin/dev -b

Once you did it you can work on a feature or bug fix.

Testing

To run tests

./bin/test.sh

or for a package only:

./bin/test.sh pkg/enqueue

Commit

When you try to commit changes php-cs-fixer is run. It fixes all coding style issues. Don't forget to stage them and commit everything. Once everything is done open a pull request on official repository.

WTF?!

  • If you get rabbitmqssl: forward host lookup failed: Unknown host, wait for service rabbitmqssl:5671 do docker-compose down.

back to index