DEV Community

Discussion on: New git guidelines: We have switched to Conventional Commits

Collapse
 
donnyroufs profile image
donny roufs • Edited

IIRC ticket numbers are generally placed in the footer (e.g. after the body of a commit) so like:

feat: show posts

So that users can see their posts...

Ref: #123
Enter fullscreen mode Exit fullscreen mode
Collapse
 
malteriechmann profile image
Malte Riechmann visuellverstehen

Thanks for pointing it out.

You are right. That is the official way, but we reference issues directly in the first line of a commit message.