Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 430 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 430 Bytes

Contributing

Before you contribute code to laravel-elasticsearch, please make sure it conforms PHPCS coding standard and unit tests still pass.

How to

Fork, then clone the repo:

git clone git@github.com:your-username/laravel-elasticsearch.git

Make sure the tests pass:

composer test

Make your change. Add tests for your change. Make the tests pass

Push to your fork and [submit a pull request][pr].