Contributing#
We welcome contributions from the community!
Steps:
Fork the repository
Create a new branch: git checkout -b feature-name
Commit your changes with clear messages
Submit a pull request
Before submitting, ensure:
Code is formatted (use black or ruff if used)
Functionality is tested
To install dev dependencies:
pip install -r requirements.txt