Meaningful commit messages
A short note, your git commit messages should start with Fix
or Add
instead of Fixed
or Added
.
It should fit well in:
When merged/applied, this patch/commit will <commit message>
Example:
When merged, this commit will “fix the photo-viewer crash”