Skip to content

Commit

Permalink
update contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
staxmanade committed Feb 26, 2017
1 parent 3c6dff1 commit c52501a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c52501a

Please sign in to comment.