Skip to content

Commit

Permalink
feat(contribution-type): added maintenance type
Browse files Browse the repository at this point in the history
fixes #111
  • Loading branch information
Berkmann18 committed Jan 15, 2019
1 parent f551d8b commit cddb6e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/contribution-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ const defaultTypes = function(repoType) {
symbol: '📹',
description: 'Videos',
},
maintenance: {
symbol: '👷',
description: 'Maintenance',
},
}
}

Expand Down

0 comments on commit cddb6e0

Please sign in to comment.