Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 932 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 932 Bytes

Contributing

Contributing is absolutely encouraged, but a few things should be taken into account:

  • Always test any bug-fixes or changes with unit testing
  • When adding or changing a feature, make sure to write a new unit test
  • This project adheres to the PSR-2 standards. Please make sure your contributions comply.
  • Make sure to document your code with the PHPDoc syntax
  • When creating pull requests
    • make sure to create useful/verbose PR messages
    • don't be afraid to squash your commits
    • rebase onto the parent's upstream branch before pushing your remote