How to Contribute
1. Get Started
Fork the repository
Clone the repository and install the dependencies.
Installing dependencies with pip
pip install -r requirements.txtInstalling pre-commit
2. Developing and Testing
Create a branch
git checkout -b your-featureMake changes and testing
Run tests
3. Submitting Changes
Code format check
Git commit format
Create a Pull Request
4. Style Guide
Line Length
Spaces
Commenting
5. Review and Approval
Last updated