lms/vendor/nwidart/laravel-modules/CONTRIBUTING.md
2025-12-15 12:26:23 +01:00

756 B

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