Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 914 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 914 Bytes

Contributing to ng-context-menu

  1. Follow Airbnb's JavaScript Style Guide
  2. Run bower install in the root directory
  3. Run gulp to execute development tasks such as linting the source, creating the distribution files and running a development server. You'll need to run npm install in order to install the development dependencies and npm install -g gulp in order to install gulp. The development server should be available at http://localhost:8080/.
  4. Run gulp test to execute browser tests, this requires Chrome is installed and available in your PATH.
  5. Increment the version number in package.json, bower.json, and src/ng-context-menu.js
  6. Create pull requests on the development branch not master!

Thank you for your contribution!

«–– Talis