Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 916 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 916 Bytes

Contribution guidelines

We welcome patches!

Commit hygiene

We like to follow the recommendations set out in the GDS git style guide which describes how we prefer git history and commit messages to read.

JavaScript

We have a JavaScript style checker yarn run style

All our styles are defined in our JavaScript style config

We follow the Google JavaScript style guide

We also lint our code yarn run lint.

A pre commit hook is run as part of the project which runs the above checks and our tests (yarn run test).

Visual changes

For visual changes, it can be helpful to provide images in your pull-request showing before and after to highlight the differences.