Thank you for your interest in contributing to sqlm! We appreciate your help to make this project better.
If you find a bug or want to request a feature, please open an issue on GitHub.
- Fork the repository and create your branch from
main. - Write clear, concise commit messages.
- Write tests for any new or changed functionality.
- Run
go test ./...to make sure all tests pass. - Submit a pull request to the
mainbranch with a detailed description of your changes.
- Follow Go idioms and best practices.
- Keep code clean, simple, and well-documented.
- Use
golangci-lintfor linting (optional but recommended).
- Use GitHub issues or pull request comments for discussions.
- Be respectful and patient.
By participating, you agree to abide by the Contributor Covenant Code of Conduct.
Thank you for contributing to sqlm! 🎉