Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 972 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 972 Bytes

Contributing

First of all, thank you for contributing.

Bugs or feature requests can be posted online on the GitHub issues section of the project.

Few rules to ease code reviews and merges:

  • You MUST follow the PSR-1 and PSR-2.
  • You MUST run the test suite.
  • You MUST write (or update) unit tests.
  • You SHOULD write documentation.

To contribute use PR (Pull Requests), please, write commit messages that make sense, and rebase your branch before submitting your PR

May be asked to squash your commits too. This is used to "clean" your Pull Request before merging it, avoiding commits such as fix tests, fix 2, fix 3, etc.