5 Steps to Write Better Commit Messages
Let's summarize the suggested guidelines:
Capitalization and Punctuation: Capitalize the first word and do not end in punctuation. If using Conventional Commits, remember to use all lowercase.
Mood: Use imperative mood in the subject line.
Example –
Add fix for dark ...

