Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 885 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 885 Bytes

Contributing to goth

Getting started

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

Developer guidelines

  1. Use black and flake8 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
  2. Once you're done with your changes, mention them in the project's CHANGELOG.md file under the Unreleased section