di-sukharev / opencommit

Generate conventional git commit messages with AI in 1 second 🤯🔫
https://www.npmjs.com/package/opencommit
MIT License
5.98k stars 318 forks source link

Possibility to change some message patterns #5

Closed brunoricardosecco closed 1 year ago

brunoricardosecco commented 1 year ago

I'm thinking about changing some message patterns on the lib configurations, ie removing the * from the beginning of the messages. Is that doable?

brunoricardosecco commented 1 year ago

Actually, thinking better now, the easiest/best way of doing that is to make the message editable before confirming the commit

di-sukharev commented 1 year ago

@brunoricardosecco bro, try setting the hook. it can integrate into IDE pipeline and allow to edit the message :)

cedricmay commented 1 year ago

I would love to be able to remove the * as well from the commit message. A config to set the message pattern would be amazing!

di-sukharev commented 1 year ago

well, it really looks * is not needed, so i've removed it completely, update pls npm i -g opencommit. PRs for message pattern are welcome if you want it to be done quicker. If no PRs happen — i'll do it myself at some point :)

di-sukharev commented 1 year ago

@cedricmay @brunoricardosecco guys 👆close pls if you are happy :)

brunoricardosecco commented 1 year ago

Thank youu!!