Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 578 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 578 Bytes

Contributing to Tote

Contributions are welcome; please ensure you follow the Gitflow branching model (branch from and pull request to develop; name branches feature/[issue-number]-[description] etc.

Please give me a bit of leeway on attending to PRs!

Standards

This project adheres to the PSR-2 Coding Standard - running the tests will invoke phpcs which will tell you what to do...

Running Tests

$ composer test