- 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
tests
folder - Add the necessary documentation and docstrings
- Add the necessary points to
CHANGELOG.md
- Fill up the
.env
file - Run
tox
from the root folder and ensure the tests are configured correctly and they return OK.ServerError
can be disregarded. - Open your PR
Do not increment version numbers but update CHANGELOG.md