Semantic-Org / Semantic-UI-Angular

Semantic UI Angular Integrations
MIT License
557 stars 117 forks source link

Add commitizen configuration #54

Closed moribvndvs closed 8 years ago

moribvndvs commented 8 years ago

This commit initializes the repo with the cz-conventional-changelog module.

To use, first install the commitizen CLI globally:

npm install -g commitizen

Next, make sure to run npm install to install any missing dependencies (in this case, the cz-conventional-changelog module).

Now, whenever you want to commit, first stage your changes e.g. git add --all and then commit using git cz and follow the prompts.

All of this info will be added to the CONTRIBUTING.MD, which I will issue a PR for separately.

m0t0r commented 8 years ago

@HackedByChinese could you squash your commits ? and we can merge it