DEV Community

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

Collapse
 
franklinjavier profile image
Franklin Javier 🚀

Great tips.

Since GitHub has Draft Pull Request, you don’t need use “wip” keyword in the commit message.

Collapse
 
malteriechmann profile image
Malte Riechmann visuellverstehen

Thanks for commenting :)

Yeah, GitHub and GitLab both provide draft pull requests/merge requests, but not all of our products use those.

Nevertheless, I also think WIP commits can most often be avoided.

Collapse
 
franklinjavier profile image
Franklin Javier 🚀

Agree with you 🤘

Collapse
 
anumber8 profile image
anumber8

Agree, i share the opinion that we should commit only complete work.