Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.
- Fork the project
- Create a new branch
- Code, test, commit and push
- Open a pull request detailing your changes.
- 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/pintbefore 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.