-
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 shellactivated)python -m pytest tests -s
-
Create a pull request on GitHub