Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 485 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 485 Bytes

Want to contribute?

Cool! We're using the following setup:

  • Visual Studio Code
  • Monorepo / multiple packages are managed by lerna
  • TypeScript: compiles to ./dist
  • Mocha and Chai for testing: npm test
  • Update dependencies: npm run update-packages

Contributions:

  1. Create a branch
  2. Create unit test(s) for the change(s)
  3. Submit a pull request
  4. Contact me @KeesTalksTech if I don't respond in time.

Happy coding!