Find or open a new issue in the issue tracker.
- Fork and clone the repo
- Run
yarn install
to install dependencies - Create a branch for your PR
- Run
yarn storybook
to start the storybook development server so you can test your changes - Update tests according to your changes using
yarn test:watch
- Update the readme/docs according to your changes
Please try to keep your pull request focused in scope and avoid including unrelated commits.
Thank you for contributing! 🙌