- Fork the repo
- clone the repo locally
- install the dependencies
npm install react
npm install react-dom
npm install
- build the application
npm run build
- run the example
npm run example
- check out a new branch
git checkout -b <your_branch_name>
- Write your code and tests
- Open a pull request following our pull request template
- The pull request should meet these standards
- Code coverage remains at least as high as it was when you started.
- Add necessary documentation.
- Tests all pass.
- The dependencies remain up to date.
- Code will be reviewed before being merged. Code will not be reviewed until all checks pass
- Ensure the bug was not already reported by searching on GitHub under Issues.
- Follow the issue template