Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 553 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 553 Bytes

Contributing

Setup

npm install

Depending on the editor, please modify the .gitignore to prevent additional files being added to the project.

Available scripts

# Lint
npm run lint
npm run lint:dev

# Test
npm run test

# Build
npm run build

Testing

Test will fail for anything under 90% coverage.

Commit messages

Commit messages can have any form as long as the PR title follows the Conventional Commits. There's also a CI check for that in place.