Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.11 KB

File metadata and controls

38 lines (24 loc) · 1.11 KB

Contributing to sqlm

Thank you for your interest in contributing to sqlm! We appreciate your help to make this project better.

How to Contribute

Reporting Issues

If you find a bug or want to request a feature, please open an issue on GitHub.

Submitting Pull Requests

  1. Fork the repository and create your branch from main.
  2. Write clear, concise commit messages.
  3. Write tests for any new or changed functionality.
  4. Run go test ./... to make sure all tests pass.
  5. Submit a pull request to the main branch with a detailed description of your changes.

Coding Style

  • Follow Go idioms and best practices.
  • Keep code clean, simple, and well-documented.
  • Use golangci-lint for linting (optional but recommended).

Communication

  • Use GitHub issues or pull request comments for discussions.
  • Be respectful and patient.

Code of Conduct

By participating, you agree to abide by the Contributor Covenant Code of Conduct.


Thank you for contributing to sqlm! 🎉