We welcome contributions to sqktk! If you'd like to contribute, please follow these guidelines:
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
sqltkyou're using - The version of
rustcyou're using - The steps to reproduce the issue
- Any error messages or stack traces
If you'd like to contribute code to sqltk, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your branch to your fork on GitHub.
- Open a pull request on the
sqltkrepository.
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.
By contributing to sqltk, you agree that your contributions will be licensed under the MIT License.