Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 543 Bytes

contributing.md

File metadata and controls

39 lines (24 loc) · 543 Bytes

Contributing Guide

We are very happy that you would like to contribute.

Setup

Install

npm install

Compile

npm run build

Test

Run all Tests
npm test

Branch

Branch names should have the pattern "{issueID}-name-of-branch".

Commit Convention

We use the Conventional Commits standard for our commit messages. The description should start with an uppercase character.

Example

fix: [#123] This is my commit message