Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 907 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 907 Bytes

Contributing

Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.

Submitting a pull request

  1. Fork and clone the repository
  2. Configure and install the dependencies: composer install
  3. Make sure the tests pass on your machine via the section Running the tests
  4. Create a new branch: git checkout -b my-branch-name
  5. Make your change, add tests, and make sure the tests still pass
  6. Push to your fork and submit a pull request
  7. Pat yourself on the back and wait for your pull request to be reviewed and merged.

Running the tests

Prerequisites

Install the development dependencies via Composer:

composer install

Then run:

php vendor/bin/simple-phpunit