Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 855 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 855 Bytes

Contributing

Please follow these guidelines when submitting Pull Requests in order for us to help merge your changes and release them.

Running Tests

Make sure all dependencies are installed by running:

npm install

once complete you can run the test suite using gulp:

gulp test

Opening Pull Requests

Please ensure all Pull Requests are opened against the master branch and make sure the description of the Pull Request accurately describes the feature/bug fix you are adding and provide use cases for the new work. Any new features should contain updates to the documentation. All new features and bug fixes should contain adequate unit tests.

In order to maintain a clean commit history, before merging we will requests commits are squashed into atomic messages that accurately describe the features/fixes being added.