The develop branch accepts merge request with new features.
- Create a new local branch from the develop branch (with all the features intended to be included in the new commit).
- Go into mbtrack2 root folder.
- Run formatters and test inside poetry:
poetry env use python
poetry install
- Run the isort formatter:
poetry run isort mbtrack2
- Run the yapf formatter:
poetry run yapf -ir mbtrack2
- Check that the tests run without errors:
poetry run pytest
- If all tests run successfully:
- Commit changes with a commit message
- Push commit to the repo
- Create the merge request