-
Fork
-
Write some code (with tests if possible)
-
Write some docs
-
Check code formatting. In project root folder run
black --check .
Proceed in case no issues found. Otherwise runblack .
-
Run the tests (with your
pipenv shell
activated)python -m pytest tests -s
-
Create a pull request on GitHub