Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 408 Bytes

CONTRIBUTION.md

File metadata and controls

13 lines (9 loc) · 408 Bytes

Contribution

This document describes the steps that is required in order to contribute to the project.

The project has style guide, so, all pull requests should follow the project's style guide. The style guide is described in the style guide document.

The pull request shouldn't contain any console.log calls.

The npm run lint should be ran before the pull request.