Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 440 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 440 Bytes

Guidelines to contribute

Project dependencies

Contribute

  1. Fork it!
  2. Run npm install
  3. To develop run gulp --compile
  4. Create your feature branch: git checkout -b my-new-feature
  5. Develop in src folder
  6. Commit your changes: git commit -m 'Add some feature'
  7. Push to the branch: git push origin my-new-feature
  8. Submit a pull request :D