Skip to content

Commit

Permalink
feat(contribution-types): added Project Management (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkmann18 authored Mar 18, 2019
1 parent d7eb838 commit 925cde7
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 @@ -70,6 +70,10 @@ const defaultTypes = function(repoType) {
symbol: '🔌',
description: 'Plugin/utility libraries',
},
projectManagement: {
symbol: '📆',
description: 'Project Management',
},
question: {
symbol: '💬',
description: 'Answering Questions',
Expand Down

0 comments on commit 925cde7

Please sign in to comment.