Thank you for your interest in contributing to DockTGrid! Here are a few guidelines to follow when contributing to this project.
- Check the issue tracker: Before submitting a bug report, please check if it's already reported.
- Create an issue: If the bug is new, open an issue in the project's issue tracker. Describe the bug, how to reproduce it, and the environment (e.g., Python version, operating system).
- Open an issue: Describe your proposed feature, its benefits, and how it might be implemented.
- Fork the repository and create your branch from
main
. - Make your changes: Follow the coding style (we use black for code formatting) of the project and add unit tests for new features or bug fixes.
- Document your changes: Update the README.md if necessary.
- Submit a pull request: Open a pull request with a clear title and description. Link any relevant issues.
- Be respectful and constructive in your communication.
- Follow the project's coding standards and guidelines.
Thank you for your contribution!