Why are developers obsessed with putting ticket IDs in the subject line (first line) of a commit message?
Things like:
"[FCK-123] Make some change"
Or like:
"Make another change (#123)"
In what use cases is this superior to keeping them at the very bottom of the commit message? And once they are there, why not have a full link to the issue tracker?
Like:
"Make some change
Explain more...
xttps://github.com/team/project/issues/123
"
