Recommend this page to a friend! |
Classes of tomloprod | Colority | CONTRIBUTING.md | Download |
|
|
![]() ????? ContributingContributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests. Process
GuidelinesColority uses a few tools to ensure the code quality and consistency. Pest is the testing framework of choice, and we also use PHPStan for static analysis. Pest's type coverage is at 100%, and the test suite is also at 100% coverage. In terms of code style, we use Laravel Pint to ensure the code is consistent and follows the Laravel conventions. We also use Rector to ensure the code is up to date with the latest PHP version. You run these tools individually using the following commands:
|