Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 345 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 345 Bytes

Contribution for the project

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make your changes
  4. Run the tests, adding new ones for your own code if necessary (phpunit)
  5. Commit your changes (git commit -am 'Added some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request