Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.15 KB

Contributing.md

File metadata and controls

28 lines (19 loc) · 1.15 KB

Contributing

Getting Started

Making Changes

I am looking forward to your contributions. There are several ways to help out:

  • Write missing testcases
  • Write patches for bugs/features, preferably with testcases included

There are a few guidelines that I need contributors to follow:

  • Coding standards (composer cs-check to check and composer cs-fix to fix)
  • Passing tests (you can enable travis to assert your changes pass) for Windows and Unix (php phpunit.phar)

Tip: You can use the composer commands to set up everything:

  • composer install

Now you can run the tests via composer test and get coverage via composer test-coverage commands.

Additional Resources