Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 722 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 722 Bytes

Contributing

Annotated-cache is an open source, community-driven project. If you'd like to contribute, feel free to do this, but remember to follow this few simple rules:

Branching strategy

  • Always base your changes on the master branch (all new development happens here),
  • When you create Pull Request, always select master branch as target, otherwise it will be closed (this is selected by default).

Coverage

  • All classes should be unit tested with PHPUnit.
  • If you add new functionality, you should add a functional test with PHPUnit.

Code style / Formatting

  • All new classes must carry the standard copyright notice docblock
  • All code in the src folder must follow the PSR-2 standard