Thank you for considering contributing to the c6t project! We welcome contributions of all kinds, including bug fixes, feature enhancements, documentation improvements, and more.
-
Fork the repository.
-
Clone your fork:
$ git clone <your-fork-url> $ cd c6t-main
-
Install Rye if you haven't already:
$ curl -sSf https://rye.astral.sh/get | bash
-
Install the project dependencies:
$ rye sync
If you find a bug, please report it by creating an issue in the GitHub repository. Provide as much detail as possible, including steps to reproduce the issue, your environment, and any relevant logs or screenshots.
We welcome feature suggestions! Please open an issue to discuss the feature before starting work on it. This helps ensure that the feature is aligned with the project goals and avoids duplicate efforts.
-
Create a new branch for your work:
$ git checkout -b feature/your-feature-name
-
Make your changes and commit them with clear and concise commit messages.
-
Push your branch to your fork:
$ git push origin feature/your-feature-name
-
Open a pull request against the
main
branch of the original repository. Provide a clear description of your changes and any additional context that might be helpful.
-
Clone the repository:
$ git clone <repository-url> $ cd c6t-main
-
Install Rye:
$ curl -sSf https://rye.astral.sh/get | bash
-
Install the dependencies:
$ rye sync
To run the tests, use:
$ rye run pytest
- Follow PEP 8 guidelines for Python code.
- Use meaningful variable and function names.
- Write docstrings for all functions, classes, and modules.
- Ensure your code is well-documented and includes comments where necessary.
By contributing to this project, you agree that your contributions will be licensed under the Apache License.
Thank you for contributing!