Thank you for considering contributing to Laravel SQL Dialect! Please review the following guidelines before submitting a pull request.
For significant changes, please open an issue first so we can discuss the approach.
- Fork the project
- Create a new branch
- Code, test, commit, and push
- Open a pull request detailing your changes
- Ensure the coding style passes by running
composer lint:check. - Send a coherent commit history, making sure each commit in your pull request is meaningful.
- You may need to rebase to avoid merge conflicts.
- Please remember that we follow SemVer.
Clone your fork, then install the dev dependencies:
composer installLint your code:
composer lintRun all tests:
composer test