Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 971 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 971 Bytes

Contributing

If you are reading this, thank you! You are about to make things better and this makes you a hero!

Here are a few rules to follow in order to ease code reviews, and discussions before maintainers accept and merge your work.

You MUST follow the QubusPHP Coding Standards.

You MUST run the test suite.

You MUST write (or update) unit tests.

You SHOULD write documentation.

Please, write commit messages that make sense, and rebase your branch before submitting your Pull Request.

One may ask you to squash your commits too. This is used to "clean" your Pull Request before merging it (we don't want commits such as fix tests, fix 2, fix 3, etc.).

Thank you very much!