Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 768 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 768 Bytes

Target the development branch

When opening a pull request, compare with the development branch, rather than master. The master branch is aimed at being equal to the latest stable release; meaning all staged changes need to go into the development branch.

Run ESLint

To try and keep a consistent coding style, make sure ESLint gives your coding style a thumbs up.

Update Unit Tests

If you're familiar with Jest and Enzyme then please update unit tests or introduce new ones where you can.

At minimum, please run the unit tests (yarn jest) to make sure that your changes don't have any unexpected effects on other components.