Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 316 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 316 Bytes

Contributing

Set up:

  • Clone the project
  • composer install && composer bin all install

The project provides a Makefile in which the most common commands have been registered such as fixing the coding style or running the test.

make
# or
make help
=> will print the list of available commands