Thanks for your interest in contributing!
- Search existing issues before creating a new one
- Include steps to reproduce for bugs
- Include Python version and environment info
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Make your changes
- Run tests:
pytest - Commit:
git commit -m "Add your feature" - Push:
git push origin feature/your-feature - Open a Pull Request
black src/
isort src/pip install pytest pytest-asyncio
pytest