Contributions are welcome!
This project follows the PEP 8 Python style guide.
Please ensure all code is PEP 8–compliant before submitting a pull request.
-
Fork the repo and clone your fork.
-
Create a branch:
git checkout -b feature/brief-description- Make your changes and commit with a clear message:
git commit -m "short description of change"- Push and open a pull request against main.
We use tox to run checks:
pip install tox
tox -e py
Search existing issues before opening a new one. Include a clear title, description, and steps to reproduce.