How to contribute ================= This assumes you have Node and npm installed. 1. Fork the repo on GitHub. 1. Clone the repo. 1. Run `npm install`. 1. Make your changes. _Please add tests!_ If adding a new language, define some tests in *test/definitions*. 1. Update `HISTORY.md` with your changes. 1. If adding a new language, add it to the README. 1. Credit yourself in the README, in `package.json`, and in `bower.json`. 1. Make sure `npm test` doesn't have any errors. 1. Make sure `npm run hint` doesn't give any JSHint errors. 1. Submit your pull request! Thanks so much.