Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 742 Bytes

Contributing

Dependencies

  • node && npm
  • gulp - you can install that with npm install -g gulp

Getting started.

git clone https://github.com/approvals/Approvals.NodeJS.git
cd Approvals.NodeJS
npm install
gulp

In lieu of a formal styleguide, take care to maintain the existing coding style, most style rules enforce by eslint. Add unit tests for any new or changed functionality. Lint and test your code using gulp.

How to release a new version

These are more notes for me (@staxmanade) so I can recall how to do a release

Inspect package before publish

npm pack

Release

npm version patch
npm publish