Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 420 Bytes

File metadata and controls

9 lines (8 loc) · 420 Bytes

Contributing

  1. Fork and clone the repo.
  2. Run npm install to install all build dependencies(including Grunt).
  3. Create a new branch, please DON'T work in your master branch directly.
  4. Run grunt so that you can see the impact of your changes on the browser while developing.
  5. Fix stuff or add new feature.
  6. Update the documentation to reflect any changes.
  7. Push to your fork and submit a pull request.