Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 735 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 735 Bytes

Contributing

  • Read development guide to setup development environment to your local machine.

  • Commit your code on a separate branch with appropreate name.

  • Write change log to CHANGELOG.md.

  • Don't change "version" of package.json.

  • Be sure to have tests and use the same coding style as the rest of the codebase.

  • Before sending pull request for a feature or bug fix, run the linter and test code.

    npm test # run linter and all tests
  • All pull requests should be made to the master branch.