Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.24 KB

contribution.md

File metadata and controls

49 lines (30 loc) · 1.24 KB

Supporting Enqueue

Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:


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