Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 687 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (8 loc) · 687 Bytes

Contributing to Botonomous

You are more than welcome for any contributions to this project. The rules are:

  • The framework follows PSR-2 coding standard and the PSR-4 autoloading standard.
  • Make sure all the existing PHPUnit tests are passed.
  • For any new function write a test and keep the code coverage >= 95%.
  • Keep Code Climate GPA at 4 and make sure there is no issue.
  • Keep Codacy rate at A.
  • Keep Scrutinizer rate >= 8.5.