Skip to content

Instantly share code, notes, and snippets.

@matthiasbaldi
Forked from Marak/git-commit-prefixes
Last active October 23, 2018 19:12
Show Gist options
  • Save matthiasbaldi/d010c9853c27dcdd9553d3bb6bcee588 to your computer and use it in GitHub Desktop.
Save matthiasbaldi/d010c9853c27dcdd9553d3bb6bcee588 to your computer and use it in GitHub Desktop.
Short list of Git commit prefixes used at Nodejitsu
[api]: New apis / changes to apis
[test]: Update test/* files
[dist]: Changes to submodules, version bumps, updates to package.json
[minor]: Small changes
[doc]: Updates to documentation
[ux]: Updates to UX
[fix]: Bug fixes
[feat]: new Feature
[bin]: Update binary scripts associated with the project
[merge]: Resolved git merge from upstream or otherwise
[refactor]: Refactor of existing code with no external API changes
[{{ prefix }}]: Updates {{ feature }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment