Thank you for your interest in SQLens! We welcome contributions from the community.
- Fork the repository.
- Create a branch for your feature or bug fix:
git checkout -b my-new-feature - Make your changes. Ensure code follows standard Go formatting (
go fmt). - Run tests:
make test - Commit your changes:
git commit -m "feat: my new feature" - Push to your branch and open a Pull Request.
- All new features must include unit tests.
- Keep Pull Requests focused on a single change.
- Follow the Code of Conduct.