Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

27 lines (22 loc) · 1.17 KB

How to file a bug report

Pull Requests

Commit message

  • Please always state the next version in the commit name:

For example if the current release version is 0.2.8, can be found from here, the commit name must contain [0.2.9] in the name like this:

[0.2.9] Fix xyz
  • When you are submitting merge requests, that fixes an issue, please add at the end of your commit message on single line:
Closes: #N
  • Make sure that commit message lines are wrapped at maximum of 72 characters

Your pull requests will be reviewed.