Here are some ideas for issues to start with:
- pick something from good first issues
- resolve some
mypy
warnings in the project - propose a change to the readme/docstrings based on your experience when using the project
- Use
black
andflake8
for code formatting- if you used
poetry
, both these packages should already be installed in your virtual env as part of dev-dependencies - both checkers are run as part of the codestyle workflow in the project's GitHub Actions
- if you used
- Once you're done with your changes, mention them in the project's
CHANGELOG.md
file under theUnreleased
section