Thank you for considering contributing to SQL Agent for Laravel!
git clone https://github.com/YOUR_USERNAME/sql-agent.git
cd sql-agent
composer install- Fork and branch from
main - Make your changes
- Run the quality checks:
composer test # Pest tests
composer format # Laravel Pint
composer analyse # PHPStan- Open a pull request
- Create an issue first for significant changes
- Write tests for new functionality or bug fixes
- Update documentation if your changes affect the public API
- All tests, formatting, and static analysis must pass
By contributing, you agree that your contributions will be licensed under the Apache-2.0 License.