Table of Contents generated with DocToc
- Fork this repo ^
- Install
poetry,pre-commit,doctoc(Runpython3 -m pip install poetry pre-commit doctoc) - Run
poetry installandpre-commit installfrom the root directory of the project. - Add your feature/bugfixes/changes (see Roadmap if your are looking for Ideas)
- Run
./scripts/check.shto correct the code styling and lint using pre-commit hooks.- run
git add .if the script modified any files. - commit the changes using
git commit
- run
- Create a pull request with a desriptive title :)