We recommend checking out your newly made fork and doing the following first:
- Install a dev build.
pip install .[dev]
- Run unit tests.
nose2
- Execute code checks like mypy.
mypy sketching/*.py
All of these actions are described in the
README.md. If you are interested in mentorship, please also reach out to
hello@sketchingpy.org to see if there are maintainers avialable to help you get started.