DEV Community

Discussion on: How to write a good commit message

Collapse
 
pedromagalhaes profile image
Pedro Magalhães • Edited

In my project we send the commits like this

[Platform] [Ticket nr] [Subject] [Description]
or
[FE] JIRA-736 SignUp - Implement password regex