Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 563 Bytes

contributing.md

File metadata and controls

29 lines (21 loc) · 563 Bytes

Contributing

To setup, clone the repository and from the repository root run:

npm ci

General Prerequisites

Node.js, latest LTS is recommended.

Tips

  1. The repository uses npm workspaces, dependency installation is done from the root but each workspaces has its own scripts.

Git Commit Messages

Write the message in present tense beginning with an uppercase letter, structured like this:

<subject>
<BLANK LINE>
<body>

Example

Replace deprecated package binary-search

Closes #1