Thank you for interesting in contributing to rmqrcode-python! Any suggestions are welcome.
This project uses Google-Style format docstrings.
Consider starting commit message with one of the following prefixes.
feat:
: New featurefix:
: Bug fixrefactor:
: Refactoringchore:
: Little thingsci
: CIdoc:
: Documentation
Before make a pull request, please do the following.
make format
make lint
python -m pytest
and make sure all tests are passed.