Should I remove the articles (a, the) when writing the git commit message?
I found that a lot of commits often 'miss' the articles 'a' and 'the'.
I checked the Google Style Guide
but couldn't find the right answer.
Is it just the committers missing the articles or is there some rules for this?
E.g. Which of the below messages should I use?
1) "Resize the resolution of the image and fix the minor error"
2) "Resize resolution of image and fix minor error"