Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 452 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 452 Bytes

Contributing

Requirements

You need to have Composer and PHIVE installed. To set up the library and all the tools needed to run tests, run the following:

composer update

and

phive update

Before committing and creating a pull request

Please run all tests using composer test locally and fix all the issues reported! Afterwards you are good to go. Thanks a lot for your contribution!