- Fork the repository
- Clone the repository (
git clone https://github.com/username/brawlstats.git) - Checkout in a new branch (
git checkout -b feature-name) - Install all test dependencies (
pip install -r tests/requirements.txt) - Make your edits
- Add the necessary tests in the
testsfolder - Add the necessary documentation and docstrings
- Add the necessary points to
CHANGELOG.md - Fill up the
.envfile - Run
toxfrom the root folder and ensure the tests are configured correctly and they return OK.ServerErrorcan be disregarded. - Open your PR
Do not increment version numbers but update CHANGELOG.md