Thank you for your interest in contributing!
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Make your changes
- Run tests:
pytest - Submit a Pull Request
- Follow existing code style and conventions
- Write clear, descriptive commit messages
- Add tests for new features
Use GitHub Issues to report bugs or request features. Please include:
- Steps to reproduce
- Expected vs actual behavior
- Environment details
- Keep PRs focused on a single change
- Update documentation as needed
- Ensure all tests pass