Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 518 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 518 Bytes

Contributing to ng-context-menu

  1. Follow Airbnb's JavaScript Style Guide
  2. Run gulp to execute development tasks such as linting the source and creating the distribution files. You'll need to run npm install in order to install the development dependencies and npm install -g gulp in order to install gulp.
  3. Increment the version number in package.json, bower.json, and src/angular-context-menu.js

Thank you for your contribution!