# CONTRIBUTING

## Running Tests/CI

Before merging into master, ensure the following tasks complete successfully:

````bash

npm test

npm run lint

npm run dist

````

## Making a Commit

Please follow these general guidelines when making a pull request:

[how to contribute to an open source project on github](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)

Please also make sure that your PR is comprised into a single commit, with a message that describes what files/subsystems have been updated, and reference any corresponsing issues.
