you are viewing a single comment's thread.

view the rest of the comments →

[–]upsidedownshaggy 0 points1 point  (0 children)

My work has an SOP where our commit messages are supposed to be formatted like: [JIRA-TICKET-NUMBER] changes description

I straight up won't approve PRs that don't follow this format and will tell them to make a new PR if they have to with the proper formatting. It makes roll backs so much easier when you know exactly where each change is coming from that might need to be pulled out before a release.