- Fork the repository.
- Create a new branch for your feature or fix:
git checkout -b feature-name
- Test your changes thoroughly.
- Submit a pull request with a clear description of your changes.
- Follow PEP 8 for Python code.
- Ensure all files are properly formatted and linted.
Run the test suite to ensure compatibility:
pytest
Thank you for contributing!