Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

43 lines (23 loc) · 1.21 KB

Contributing

This project was bootstrapped with Create React App, please read Facebook's documentation if needed.

Yarn / Npm

Please use yarn.

Node.js version

Please use Node.js version 13.

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

Please also follow the non-lintable general code style. Example: an empty line between external Node.JS packages and internal imports.

Also, feel free to discuss the code quality and technical decisions before working on a PR. We wouldn't like you to work for nothing on modifications we're not open to.

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.

Redux devtools extension

You can install the Redux devtools extension, everything is already configured.

Happy coding!