Contributing to rmqrcode-python
August 6, 2022 ยท View on GitHub
Thank you for interesting in contributing to rmqrcode-python! Any suggestions are welcome.
Style Guides
Docstrings
This project uses Google-Style format docstrings.
Git Commit Message
Consider starting commit message with one of the following prefixes.
feat:: New featurefix:: Bug fixrefactor:: Refactoringchore:: Little thingsci: CIdoc:: Documentation
Pull Requests
Before make a pull request, please do the following.
make formatmake lintpython -m pytestand make sure all tests are passed.