Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 974 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 974 Bytes

Commit

Format of the commit message: type(scope) subject

Type:

  • feature(scope) subject
  • fix(scope) subject
  • docs(scope) subject
  • refactor(scope) subject
  • test(scope) subject
  • chore(scope) subject

Scope: Scope could be anything specifying place of the commit change. For example util, console, view, edit, style etc...

Subject text:

  • use imperative, present tense: “change” not “changed” nor “changes”
  • don't capitalize first letter
  • no dot (.) at the end Message body:
  • just as in use imperative, present tense: “change” not “changed” nor “changes”
  • includes motivation for the change and contrasts with previous behavior

Examples: