# Contributing
This repository follows the [Github Flow](https://githubflow.github.io): feature and bug fix branches are based off master and are merged to master.
## Commit messages
Commit messages must be written in imperative tense, with a first capital letter, and without dot at the end.
## Pull requests
Branch names must be written in lowercase, with dash separated words. For a bug fix branch, the branch name must prefixed by "fix/".
If your pull request fixes a bug that is mentionned in an issue, don't forget to add "Closes #123" (where 123 is the issue number) in your pull request description.