Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 893 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 893 Bytes

Contribution Guidelines

😎 Thanks! Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Conventions:

We use ESLint and Airbnb style guide. Please run to be sure your code fits with it and the tests keep passing:

npm test

Commit messages rules:

  • It should be formed by a one-line subject, followed by one line of white space. Followed by one or more descriptive paragraphs, each separated by one line of white space. All of them finished by a dot.
  • If it fixes an issue, it should include a reference to the issue ID in the first line of the commit.
  • It should provide enough information for a reviewer to understand the changes and their relation to the rest of the code.