Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 466 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 466 Bytes

Contributing to React View

  1. Clone the repo locally and run yarn to install dependencies from npm. We use volta.
git clone https://github.com/uber/react-view
cd react-view
yarn
  1. You can test your changes inside of the storybook:
yarn storybook
  1. When done, run all unit tests, e2e tests, typescript check and eslint via:
yarn test:ci

All features and bug fixes should be covered by unit or e2e tests.