Skip to content
Robert White edited this page Jun 10, 2016 · 4 revisions

Stop complaining, start contributing!

  1. Fork
  2. Make a new branch for the changes (makes a nicer pull requests)
  3. Install required dependencies
    npm install; npm install -g grunt
  4. Implement your changes
    grunt
  5. Make sure your code works in all supported browsers (Check README)
  6. Write tests (if possible)
  7. Run the tests
    grunt test
  8. If tests pass create a pull request (please exclude the compiled files)
  9. Receive feedback and praise. Thanks!
Clone this wiki locally