git: installationpoetry: installation
Create a Fork
Create a new branch with
git switch -c feat-my-new-featInitialize repository
python -m venv .venv
./scripts/installAdd your changes with tests
Format the code
./scripts/formatRun lints and tests
./scripts/test
./scripts/lintPush your branch
git push origin feat-my-new-feat