CONTRIBUTING

January 30, 2017 ยท View on GitHub

Running Tests/CI

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


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

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.