Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 961 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 961 Bytes

Contributing Guidelines

Contributions welcome! Please check past issues and pull requests before you open your own issue or pull request to avoid duplicating a frequently asked question.

Install

Fork and clone the repo, then npm install to install all dependencies.

Testing

Tests are run with npm test. Please ensure all tests are passing before submitting a pull request (unless you're creating a failing test to increase test coverage or show a problem).

Code Style

standard

This repository uses standard to maintain code style and consistency and avoid style arguments. npm test runs standard so you don't have to!