Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 450 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 450 Bytes

Contributing

To get up and running, install the dependencies using yarn.

yarn install

Analyzing Bundle

Linting

List of lint commands:

yarn lint - default linter
yarn lint:format - Checks format of the whole codebase
yarn lint:staged - Runs all 2 commands

Pull Requests

When submitting a pull request, make sure that your branch name is YOUR_GITHUB_USERNAME/TITLE_OF_PR

Example: stephenasuncionDEV/github-update