Skip to content

Commit

Permalink
Merge pull request #13 from amclin/feature/commit-lint
Browse files Browse the repository at this point in the history
ci: setup commit lint to enforce angular-style commit messages
  • Loading branch information
amclin committed Mar 18, 2019
2 parents bb0e0fb + 8fdd216 commit 206e507
Show file tree
Hide file tree
Showing 3 changed files with 9,330 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Refer to the [video.js plugin conventions][conventions] for more detail on best

When you've made your changes, push your commit(s) to your fork and issue a pull request against the original repository.

#### Commit messages
This project follows [Angular commit message syntax](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit) which is used to automate the process of generating appropriate release numbers. Therefore breaking changes must be declared in the commit message.

### Running Tests

Testing is a crucial part of any software project. For all but the most trivial changes (typos, etc) test cases are expected. Tests are run in actual browsers using [Karma][karma].
Expand Down

0 comments on commit 206e507

Please sign in to comment.