This assumes you have Node and npm installed.
- Fork the repo on GitHub.
- Clone the repo.
- Run
npm install. - Make your changes. Please add tests! If adding a new language, define some tests in test/definitions.
- Update
HISTORY.mdwith your changes. - If adding a new language, add it to the README.
- Credit yourself in the README, in
package.json, and inbower.json. - Make sure
npm testdoesn't have any errors. - Make sure
npm run hintdoesn't give any JSHint errors. - Submit your pull request!
Thanks so much.