Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 619 Bytes

STYLE_GUIDE.md

File metadata and controls

26 lines (20 loc) · 619 Bytes

This document is under work-in-progress.

Git Commit Message Style

Commit Messages

Message Structure

type: subject
body
footer

The Type

  • feat: a new feature
  • fix: a bug fix
  • docs: changes to documentation
  • style: formatting, missing semi colons, etc; no code change
  • refactor: refactoring production code
  • test: adding tests, refactoring test; no production code change
  • chore: updating build tasks, package manager configs, etc; no production code change

Other contents

Reference to Udacity Git Commit Message Style Guide