Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 562 Bytes

contributing.md

File metadata and controls

15 lines (10 loc) · 562 Bytes

Contribution Guidelines

Setup

  1. Fork this repository
  2. git clone your fork down to your local machine
  3. cd into the directory for your fork
  4. run npm install

Tests

Please include passing tests for any new logic or features you include in your contribution. This project uses AVA to run tests and is setup to look for files that end with .test.js in the src directory.

Furthermore, this project uses the StandardJS code style, and tests will fail if your code does not adhere to this style.