feat(contribution-types): added Project Management (#176)

PR following up https://github.com/all-contributors/all-contributors/pull/199
This commit is contained in:
Maximilian Berkmann 2019-03-18 15:00:36 +00:00 committed by GitHub
parent d7eb838460
commit 925cde7992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,10 @@ const defaultTypes = function(repoType) {
symbol: '🔌',
description: 'Plugin/utility libraries',
},
projectManagement: {
symbol: '📆',
description: 'Project Management',
},
question: {
symbol: '💬',
description: 'Answering Questions',