Please do not submit pull requests to the main branch.
- Fork the library.
- Install grunt.
- Run
npm installto install dependencies. - Make your changes to the
src/format.jsfile. - Add unit tests to the
/test/test.jsfile; your contribution may not be merged without unit tests. - To test your changes, run
grunt. - When all your tests are passing, commit your changes to your fork.
- Submit a pull request to a branch of the repository.