Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 756 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (31 loc) · 756 Bytes

CONTRIBUTING

Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.

Process

  1. Fork the project
  2. Create a new branch
  3. Code, test, commit and push
  4. Open a pull request detailing your changes.

Guidelines

  • Please ensure the coding style running composer pcf.
    • Pull requests should be accompanied by passing tests.
  • Please remember ensure you commit to the correct major version, IE v11 for Laravel 11.

Setup

Clone your fork, then install the dev dependencies:

composer install

PHP CS Fixer

Run php-cs-fixer:

composer pcf

Tests

Run all tests:

composer test

Check coverage:

composer test-coverage