Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 778 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 778 Bytes

Contributing

Issues

We use GitHub issues to track public bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.

Pull Requests

  • Fork the repo and create your branch from master.
  • If you've added code that should be tested, add tests.
  • Ensure the test suite passes.

Coding Style

Please follow the TypeScript coding guidelines.

Development

  • Don't use lerna commands. Use npm commands instead.
  • Run npm install to install main dependencies.
  • Run npm run bootstrap to install the packages in all the subpackages.
  • Run npm run test to run tests in all the subpackages.
  • Run npm run publish to publish all the subpackages.