Each time I need to write a commit message for a git/svn repository, I wonder what the subject of the sentence should be, whether it should be:
- the author of the commit (for example, "I added the drag'n'drop feature");
- the commit itself ("It adds drag'n'drop feature");
- no subject and verb in the infinitive form ("Add drag'n'drop feature").
Is there a convention for this among developers?
Let me know if I should migrate this question to StackOverflow.
