- Fork, clone, and checkout the newest version of the code
- Make necessary changes
- Install
black(i.e.,python -m pip install blackorconda install black) - Install
flake8(i.e.,python -m pip install flake8orconda install flake8) - Install
pytest-cov(i.e.,python -m pip install pytest-covorconda install pytest-cov) - Run
black .in the root stumpy directory - Run
flake8 .in the root stumpy directory - Run
./setup.py && ./test.shin the root stumpy directory - Reference a Github issue (and create one if one doesn't already exist)