On 1/14/20 10:26 AM, Dave Mitchell wrote: > I don't know whether its got worse since moving to github, but we seem to > have had a spate of commit messages whose first lines give no clue as to > what part of the perl distribution is being modified I'm with Dave on this one. A commit subject message should be like a newspaper headline (and not one of those sensationalist papers either) To save space, I just start my commit with foo: where "foo" is a function, or feature, or even a file. I think something like toke.c: Fix typo in comment is sufficient. But 'toke.c: Fix bug' isn't. That would be better to have the function before the colon, and a little about the bug afterwardThread Previous | Thread Next