Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 614 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 614 Bytes

Contributing

This repository follows the Github Flow: 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.