Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.09 KB

File metadata and controls

29 lines (18 loc) · 1.09 KB

Contributing to sqltk

We welcome contributions to sqktk! If you'd like to contribute, please follow these guidelines:

Reporting Issues

If you encounter any issues while using sqltk, please open an issue on the GitHub repository. When reporting an issue, please include as much detail as possible, including:

  • The version of sqltk you're using
  • The version of rustc you're using
  • The steps to reproduce the issue
  • Any error messages or stack traces

Contributing Code

If you'd like to contribute code to sqltk, please follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch for your changes.
  3. Make your changes and commit them to your branch.
  4. Push your branch to your fork on GitHub.
  5. Open a pull request on the sqltk repository.

When submitting a pull request, please include a clear description of the changes you've made and why they're necessary. Additionally, please ensure that your code follows the existing code style and conventions.

License

By contributing to sqltk, you agree that your contributions will be licensed under the MIT License.