My team has adopted https://www.conventionalcommits.org/en/v1.0.0/ for commit messages, there are also some nifty git hooks to help enforce commit message style.
It doesn't prevent writing bad commit messages, but it helps and it becomes super useful when automating changelog creation using tools like https://github.com/orhun/git-cliff and AI.
Can this be added to the "VCS Standards - Git" page?
My team has adopted https://www.conventionalcommits.org/en/v1.0.0/ for commit messages, there are also some nifty git hooks to help enforce commit message style.
It doesn't prevent writing bad commit messages, but it helps and it becomes super useful when automating changelog creation using tools like https://github.com/orhun/git-cliff and AI.
Can this be added to the "VCS Standards - Git" page?