Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 337 Bytes

CONTRIBUTING.rst

File metadata and controls

14 lines (12 loc) · 337 Bytes

Contributing

git clone [email protected]:symonk/zentinel.git
cd restpite
python -m venv .venv
source .venv/bin/activate
pip install -e ".[tests]"
pre-commit install
# make a branch and apply changes
tox -e linting, py38
push changes to upstream branch and open a pull request!