Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 613 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 613 Bytes

Contributing

Find or open a new issue in the issue tracker.

Project setup

  1. Fork and clone the repo
  2. Run yarn install to install dependencies
  3. Create a branch for your PR

Development

  1. Run yarn storybook to start the storybook development server so you can test your changes
  2. Update tests according to your changes using yarn test:watch
  3. 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! 🙌