JPeer264 / node-semantic-git-commit-cli

A CLI for semantic git commits
https://www.npmjs.com/package/semantic-git-commit-cli
MIT License
147 stars 11 forks source link

New Question #18

Closed JPeer264 closed 7 years ago

JPeer264 commented 7 years ago

Add scope to the commits: <type>(<scope>): <subject> (https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit-message-format).

Expected behavior: A new question (type: input). If there is some input, a scope will be added to the commit message. An empty input would not append any topic.

JPeer264 commented 7 years ago

@rudolfsonjunior what you think about it?

aichbauer commented 7 years ago

@JPeer264 Yes i think this is a good idea.