Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 677 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 677 Bytes

How to contribute

Note that this library is in maintenance mode. New languages and bug fixes will be added, but no new features. Please keep this in mind when making a pull request!

This assumes you have Node and npm installed.

  1. Fork the repo on GitHub.
  2. Clone the repo.
  3. Run npm install.
  4. Make your changes. Please add tests! If adding a new language, define some tests in test/definitions.
  5. Update HISTORY.md with your changes.
  6. If adding a new language, add it to the README.
  7. Credit yourself in the README, in package.json, and in bower.json.
  8. Make sure npm test doesn't have any errors.
  9. Submit your pull request!

Thanks so much.