What template do you use for comments on code commit?
One example of a template is:
- (change 1): (source file 1.1, 1.2): (details of change made), (why)
- (change 2): (source file 2.1): (details of change made), (why)
Ideally each change should be mapped to an issue in the issue tracker. Is this template alright?
Here are my thoughts… all these will be open to interpretation depending on your particular development methodologies.
Given these ideas, an example commit comment for me would be something like
Short, communicates what was changed, and provides some kind of reference for others to get more info without hunting you down.