Skip to content

Latest commit

History

History
37 lines (23 loc) 路 879 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) 路 879 Bytes

Contributing

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

Issues

Please provide a minimal, reproducible test-case.

Pull Requests

Follow the instructions on the Pull Request Template (shown when you open a new PR) and make sure you've done the following:

  • Add & update tests
  • Ensure CI is passing (lint, tests)
  • Update relevant documentation and/or examples

Setup

This project uses yarn for development dependency management, and uses lerna to manage multiple packages.

Ensure you have it installed before continuing.

$ yarn

Running Tests

$ yarn test

Building

$ yarn build