Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 578 Bytes

CONTRIBUTING.MD

File metadata and controls

23 lines (12 loc) · 578 Bytes

CONTRIBUTING

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.