- Create an Issue on this repo.
- Create your fork of this repo.
- Create new branch and push code to new branch.
- Create pull-request in this repo.
python3 -m venv .venv
chmod +x && . .activate.sh
pip install pre-commit
pre-commit install
pre-commit run --all-files