- Create a test case to showcase the bug on your favorite javascript playground.
- Open an issue on the Github issue tracker with a link to the bug.
- Fork the project
- Do you work on a topic branch
- Include tests for your fix or feature
- Submit a pull request
In lieu of a formal styleguide, take care to maintain the existing style.
Thanks for your help!
- Run
npm install
- Start a webserver in the current directory:
python -m SimpleHTTPServer
- Run tests:
open SpecRunner.html