CONTRIBUTING.md

December 8, 2018 ยท View on GitHub

Coding Guidelines

  • Use a text editor with EditorConfig & Prettier support, to make sure we use indentations and newlines consistently.
    • We recommend Visual Studio Code!
  • Always lint JavaScript code before committing. This helps reduce extraneous commits.
  • Take a look at:
    • Developer Guide
    • .editorconfig
    • .eslintrc.yml

Commit Message Guidelines

Use gitmoji!

Contents

  1. 1Coding Guidelines
  2. 2Commit Message Guidelines