Github is used to share and contribute:
- Create a new issue in discogs-track/issues
- Fork decitre/discogs-track repository
- Git clone the forked repo
- Create a development branch in the local repo, named after the issue #.
- Install an editable version of the branched repo
$ pip install -e ".[dev]"- Do the code change
- Commit with a message referring to the Issue # and summary
- Push the change to the forked origin repo
- Submit a new github pull request
Use pre-commit. pre-commit is part of the dev project extras.