As a contributor, here are the guidelines we would like you to follow:
- Contributing guidelines
Be sure to follow our code of conduct.
- Before you open an issue report, see if anyone has already reported;
- Complete our bug template issue by providing details of what happened;
- To facilitate debugging, reproduce the error using our boilerplate on CodeSandBox.
Just create a feature issue and let discuss.
npm build
// or
yarn build
npm test
// or
yarn test
Pull requests need at least two approves from collaborators to be merged; when the PR author is a collaborator, that counts as one.
All commits that change or add features to the API must be done in a pull request that also updates examples and docs.
All commits that fix bugs or add new features need tests.