Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 554 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 554 Bytes

How to contribute

This assumes you have Node and npm installed.

  1. Fork the repo.
  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 and in package.json.
  8. Make sure npm test doesn't have any errors.
  9. Make sure npm run hint doesn't give any JSHint errors.
  10. Submit your pull request!

Thanks so much.