Monday 2 April 2018

Meaningful commit messages

A short note, your git commit messages should start with "Fix" or "Add" instead of "Fixed" or "Added", which fits well in :

When merged/applied, this patch/commit will "<commit message>"

e.g. When merged, this commit will "fix the photo-viewer crash"