chore(CONTRIBUTING): a contribution guide, git commit messages and code linting

@joeybaker ^
This commit is contained in:
Mahdi Dibaiee 2016-07-22 23:29:54 +04:30
parent e5d72fd034
commit 0d6a715511

7
CONTRIBUTING Normal file
View File

@ -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).