Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 563 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (14 loc) · 563 Bytes

Want to contribute?

Cool! We're using the following setup:

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

Contributions:

  1. Open an issue that describes what you would like to add / change.
  2. Create a branch.
  3. Create unit test(s) for the change(s).
  4. Submit a pull request.
  5. Contact me on @KeesTalksTech if I don't respond in time.

Happy coding!