This document is under work-in-progress.
type: subject
body
footer
- 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
Reference to Udacity Git Commit Message Style Guide
- https://udacity.github.io/git-styleguide/ (engilish)