Thanks for contributing! Please follow:
- Fork repository.
- Create a branch:
git checkout -b feature/your-feature - Implement changes, add tests if possible.
- Run tests:
pytest - Commit and push:
git push origin feature/your-feature - Open a Pull Request describing your changes.
Keep commits small & document changes.