Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 663 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (22 loc) · 663 Bytes

Contributing

Yarn / Npm

Please use yarn.

Node.js version

Please use Node.js version 13.

Install

yarn install

Build

yarn build

Coding style

Please follow the StandardJS coding style.

PRs can only be merged if the linting GitHub action succeeds.

You can lint locally with: yarn lint

Tests

Tests can be locally launched with: yarn test

PRs can only be merged if the tests succeed.

Specific editor files

Please do not commit specific editor files or directories such as .vscode.

If you need to create them locally, please add them to the .gitignore.

Happy coding!