Skip to content

Commit

Permalink
feat: Add gitmoji option to commitConventions (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
SnO₂WMaN authored and Berkmann18 committed Sep 4, 2019
1 parent f36d3be commit 06bbb6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/init/commit-conventions.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ const conventions = {
name: 'Atom',
msg: ':memo:',
},
gitmoji: {
name: 'Gitmoji',
msg: ':busts_in_silhouette:',
},
ember: {
name: 'Ember',
msg: '[DOC canary]',
Expand Down

0 comments on commit 06bbb6e

Please sign in to comment.