Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 640 Bytes

File metadata and controls

17 lines (13 loc) · 640 Bytes

Contributing to SQLens

Thank you for your interest in SQLens! We welcome contributions from the community.

How to Contribute

  1. Fork the repository.
  2. Create a branch for your feature or bug fix: git checkout -b my-new-feature
  3. Make your changes. Ensure code follows standard Go formatting (go fmt).
  4. Run tests: make test
  5. Commit your changes: git commit -m "feat: my new feature"
  6. Push to your branch and open a Pull Request.

Guidelines

  • All new features must include unit tests.
  • Keep Pull Requests focused on a single change.
  • Follow the Code of Conduct.