Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 994 Bytes

File metadata and controls

21 lines (16 loc) · 994 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

  • Before diving into code, read the Architecture overview to understand the visitor pattern and project structure.
  • Please follow the code style enforced by Laravel Pint. Run ./vendor/bin/pint before committing.
  • Ensure all tests pass: ./vendor/bin/phpunit.
  • Send a coherent commit history, making sure each individual commit in your pull request is meaningful.
  • Please follow the Conventional Commits specification.
  • You may need to rebase to avoid merge conflicts.
  • Please remember that we follow SemVer.