Thank you for your interest in this project!
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Make your changes
- Run the test suite (
pytest tests/ -v) - Commit your changes (
git commit -m "Add your feature") - Push to the branch (
git push origin feature/your-feature) - Open a Pull Request
pytest tests/ -v- Follow PEP 8 for Python code
- Add docstrings to all functions
- Ensure all tests pass before submitting a PR
Feel free to reach out via LinkedIn