Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 910 Bytes

CONTRIBUTE.md

File metadata and controls

33 lines (22 loc) · 910 Bytes

Contributing

Requirements

Docker is provided used to make development easier. To take advantage of this, ensure Docker and Docker Compose is installed on your system.

Getting Started

  1. Fork Slurp from Github: https://github.com/courtney-miles/schnoop-schema
  2. Clone your repository to your development box.
  3. Run the tests.
    ./docker-run-tests.sh

Check your code style

Before pushing any code changes you should check your code style. The package FriendsOfPHP/PHP-CS-Fixer is used to check and correct coding styles.

To check your styles using docker, run the following command.

./docker-style-check.sh

To fix you code automatically, run the following command.

./docker-style-check.sh