Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 361 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 361 Bytes

Contributing

  • Fork repo.
  • Create your feature or bug fixing branch (git checkout -b my-new-branch).
  • Make your changes.
  • Run the tests, adding new ones for your own code if necessary (phpunit).
  • Commit your changes (git commit -m 'Added some feature, bug fixed').
  • Push to the branch (git push origin my-new-branch).
  • Create new Pull Request.