Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 416 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (8 loc) · 416 Bytes

Git Commit Message Style Guide from Udacity

  • 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