Skip to content
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 304 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 304 Bytes

Contributing

Before you submit any pull request, please check if your code can pass all the tests by running:

npm test

If your code contains new features, add the corresponding tests.

Respect the coding style, 4 spaces, no whitespaces at the end of lines, prefer single quotes, etc…