Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 789 Bytes

contributing.md

File metadata and controls

27 lines (17 loc) · 789 Bytes

Contributing

We welcome contributions! We ask you to follow a few guidelines when making a contribution:

  • Follow PSR-2
  • Four spaces for indentation
  • Alphabetize CSS property names

Branching

When making a pull request, please code your feature on a feature branch.

    feature/feature-name

When you are ready, tag @mattstauffer for a review. Your code needs to be tested with PHPUnit prior to making the pull request. To run the PHPUnit suite on your tests run

    ./vendor/bin/phpunit

If you are looking for something to contribute, please look at our issues. There you can post ideas, pick up features others have requested, or help another developer in need of some guidance.

Happy coding!