Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 912 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (16 loc) · 912 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 npm run style

All our styles are defined in our JavaScript style config

We follow the Google JavaScript style guide

We also lint our code npm run lint.

A pre commit hook is run as part of the project which runs the above checks and our tests (npm 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.