Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

30 lines (24 loc) · 1.1 KB

Styleguides

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or less
  • Reference issues and pull requests liberally
  • Prepend the message with
    • a relevant tag: Doc: Add developer guide, Setup: or
    • the related component name: Homepage: , Auth:

JavaScript Styleguide

The JavaScript adhere to a modified version of Airbnb JavaScript Style Guide

SCSS Styleguide

See /~https://github.com/airbnb/css

  • The project allow scoped css for each component.
  • Otherwise, use BEM, or “Block-Element-Modifier” naming convention

Branching and Pull Request

🚧 ...

This section will be updated as the project mature.