Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 563 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 563 Bytes

Contributing

Getting Started

npm install

Commits

This project uses the conventional commits specification. You can run npm run commit to use a CLI tool that will walk you through filling out the commit.

When you commit, your commit message will be validated and linting will be run.

Deployment

When a PR is approved and merged into master, a build will be run through Github actions, docs will be deployed through Github Pages, and a new package will be released through NPM.