From 0d6a715511354dc9fe452abd769a420f80695032 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 22 Jul 2016 23:29:54 +0430 Subject: [PATCH] chore(CONTRIBUTING): a contribution guide, git commit messages and code linting @joeybaker ^ --- CONTRIBUTING | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING 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).