Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 262 Bytes

CONTRIBUTE.md

File metadata and controls

9 lines (8 loc) · 262 Bytes

Contribute!

  • fork repository
  • npm install
  • add your changes to garlic.js
  • add / update tests to test suite (tests/index.html / tests/tests.js)
  • run tests (npm test)
  • create new minified versions with minify script (see above)
  • make a Pull Request!