chore(contributing): add commitizen commit message formatting#13194
chore(contributing): add commitizen commit message formatting#13194stephensauceda wants to merge 2 commits intoangular:masterfrom stephensauceda:commitizen
Conversation
|
Would love to see this merged! Great work @stephensauceda 👍 |
|
Looks like a worthwhile addition. Wdyt @petebacondarwin ? |
|
Sure, as long as it is in keeping with our conventions |
|
It is. Never fear :-) and you may also be interested in: On Thu, Oct 29, 2015, 4:27 PM Pete Bacon Darwin notifications@github.com
|
|
Merging |
|
Yes, this looks cool. Although I tend to use a UI tool for rebasing and updating commits :-) |
|
@petebacondarwin Eventually I'd love to see some GUIs hook into this to be able to offer prompts. There is an open (pie in the sky) issue for it here: commitizen/cz-cli#45 The GUIs would just need to offer some hook we could call then wrap the Inquirer.js interface for prompts. Again, this may never happen, but it would be nice to offer it as an opt-in integration. |
This adds
npm run committo package.json scripts to assist in formatting git commit messages with commitizen.Closes #12730