- [ ] Make sure that all commits follow the conventional commit [specification](https://www.github.com/mendersoftware/mendertesting/commitlint/grammar.md) for the Mender project.
The majority of our contributions are fixes, which means your commit should have
the form below:
```
fix: <SHORTDESCRIPTIONOFFIX>
<OPTIONALLONGERDESCRIPTION>
Changelog: <USER-FRIENDLY-CHANGE-DESCRIPTION> or <None>
- [ ] Make sure that all commits are signed with [`git --signoff`](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work). Also note that the signoff author must match the author of the commit.