diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..4540445 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,7 @@ +Commit Message +=============== +Please follow [this convention](http://karma-runner.github.io/1.0/dev/git-commit-msg.html) for git commit message. + +Lint +==== +Please lint your code using `npm run lint` (also `npm run lint -- --fix` to auto-fix).