From c52501ae7d713de9d4556f3c96eb8e3a56619b9f Mon Sep 17 00:00:00 2001 From: Jason Jarrett Date: Sat, 25 Feb 2017 16:39:52 -0800 Subject: [PATCH] update contrib --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ffe9787..8ced03b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,11 +14,11 @@ npm install gulp ``` -In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [gulp](https://github.com/gulpjs/gulp). +In lieu of a formal styleguide, take care to maintain the existing coding style, most style rules enforce by [eslint](http://eslint.org/). Add unit tests for any new or changed functionality. Lint and test your code using [gulp](https://github.com/gulpjs/gulp). -### How to release a new version. +### How to release a new version -> These are more notes for me (@staxmanade) so I can recall my steps for release +> These are more notes for me (@staxmanade) so I can recall how to do a release # Inspect package before publish