Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 438 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 438 Bytes

How to Contribute

Setting up dev environment

Prerequisites

Setup

yarn install

Development

I'd love to see that tests are written to confirm the new behaviours.

You can run all checks (linting & testing) with yarn run check.

Build

You can check what CI is checking at .travis.yml.