Skip to content

Instantly share code, notes, and snippets.

@send2moran
Last active August 29, 2015 14:24
Show Gist options
  • Save send2moran/a41c6c45df7b7b36bc6a to your computer and use it in GitHub Desktop.
Save send2moran/a41c6c45df7b7b36bc6a to your computer and use it in GitHub Desktop.
Angular commit messages

Must be one of the following:

  • FEAT: A new feature
  • FIX: A bug fix
  • DOCS: Documentation only changes
  • STYLE: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • REFACTOR: A code change that neither fixes a bug or adds a feature
  • PERF: A code change that improves performance
  • TEST: Adding missing tests
  • CHORE: Changes to the build process or auxiliary tools and libraries such as documentation generation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment