Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 674 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 674 Bytes

Contributing to i18n-lint

Bugs

Pull Requests

  • Please be sure to follow the existing code style
  • Make sure the test suite still passes (see Testing below)
  • Submit pull requests against the dev branch, not master

Testing

  • Run tests with npm test
    • This will lint the JS files in bin/, lib/ and test/ first (using jshint)
    • If the linting passes, the mocha test suite will then be executed
  • To run the tests and check code coverage, run:
    • npm run-script coverage

Happy hacking!