Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 752 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 752 Bytes

Contributing

First of all, thank you!

Commit Messages

This project uses semantic-release to manage its releases, and therefore your commit messages must follow a strict commit message format.

You may choose to use npm run commit instead of git commit, and you'll be presented with an interactive session that will generate your commit message for you.

Linting TypeScript Code

Make sure that your code changes pass the project TSLint rules. You can find out by running npm run lint. The task also runs on the Continuous Integration environment and will fail the build if it does not pass.