Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 598 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 598 Bytes

How to contribute with a pull request

Workflow

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 either feature/… or fix/…:

    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.

Commits

Please follow the commit message conventions.