Just use What The Commit.
You can also create a git alias:
git config --global alias.yolo '!git add -A && git commit -m "$(curl --silent --fail https://whatthecommit.com/index.txt)"'
Now you can just type 'git yolo' to create a commit!
"Make Sure You Are Square With Your God Before Trying To Merge This"
Thanks for that, I've been laughing like a little kid:
"hoo boy"
"lol"
"Become a programmer, they said. It'll be fun, they said."
I can feel those so well! :')
Me trying to find ways around using the word "and" in the commit message.
Forward three hours, me using thesaurus.com to try fit the whole gist of my change into the first line.
[conventional commits] (https://www.conventionalcommits.org/en/v1.0.0/) will save you.
or maybe commitizen if you'd like not to write them by hand.
and maybe commit and tag version, which will create changelogs for you of you follow semver