DEV Community

Discussion on: Few Tips for writing better commit messages

Collapse
 
suckup_de profile image
Lars Moelleken

I add a more simple prefix:

[*] = phpdoc, text changes,... (nothing will be break)
[~] = refactoring (nothing should be break)
[+] = new feature, fix old feature (maybe I break it)
[!] = break change
[!!!] = security fix

github.com/voku/dotfiles/wiki/git-...

Collapse
 
bawa_geek profile image
Lakh Bawa

good idea