Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 793 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 793 Bytes

Contributing to ng-breadcrumbs

  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. Increment the version number in package.json, bower.json, and src/ng-breadcrumbs.js
  5. Create pull requests on the development branch not master!

Thank you for your contribution!

«–– Ian