Skip to content

Instantly share code, notes, and snippets.

View matthiasbaldi's full-sized avatar

Matthias Baldi matthiasbaldi

View GitHub Profile
@matthiasbaldi
matthiasbaldi / git-commit-prefixes
Last active October 23, 2018 19:12 — forked from Marak/git-commit-prefixes
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