Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 557 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 557 Bytes

How to contribute

Code Style Guide

  • Make it consistant with the existing code.
  • Make sure jshint agrees with your code by running npm test.

Reporting issues

  1. Search for existing issues. Your question or bug may have already been answered or fixed (try not to duplicate issues).
  2. If possible, try to include a reference to a live example (such as JSFiddle).

How to build

Install the required packages using:

npm install

Then build using:

npm run build

Important notice

Do not forget to smile while contributing