To get started, sign the Contributor License Agreement with your first PR.
- Branch/Fork
- Add your changes
- Do a throw test locally make sure your change is working and nothing is broken in the process
- Lint the code
npm run lint
- Submit a PR
Thank you for your contribution.