Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 843 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 843 Bytes

Contribution

Prerequisites

Commands

Please execute following commands

git clone https://github.com/devreplay/devreplay.git
yarn
yarn compile
yarn test
yarn test:fix

Linting

We use eslint and devreplay for linting our sources. You can run eslint across the sources by calling yarn eslint from a terminal or command prompt. You can also run yarn eslint as a VS Code task by pressing Ctrl+P (CMD+P on macOS) and entering task eslint.

To lint the source as you make changes you can install the eslint extension.

Issue

If you have suggestions for how another-code-reviewer could be improved, or want to report a bug, open an issue! We'd love all and any contributions.