Skip to content

Commit

Permalink
fix(document): add contributing note, and pump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed Nov 3, 2016
1 parent 0c67940 commit acb36c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ npm install angular2-clipboard --save
[plunker](http://embed.plnkr.co/PD4Ap8/)


## Contributing

1. Your commits conform to the conventions established [here](https://github.com/conventional-changelog/conventional-changelog-angular/blob/master/convention.md)
2. This project used [commitizen](https://github.com/commitizen/cz-cli) and [semantic-release](https://github.com/semantic-release/semantic-release) to handle npm version from CI
+ run git add first to add your changes to staging
+ use `npm run commit` to commit, and CI will do the rest.

## Troubleshooting

If you see the following error message.
Expand Down

0 comments on commit acb36c2

Please sign in to comment.