This repository follows git flow as a git branching and release management workflow. In short, after having forked the repository, you need to:
-
Checkout a new branch from the
develop
branch, named eitherfeature/…
orfix/…
:git checkout -b fix/cover-not-downloaded develop
-
Commit your changes to the new branch.
-
When done, create a new pull request to your new branch.
Please follow the commit message conventions.