From 925cde79921e83ac0ebda4254ad33b712a6a6673 Mon Sep 17 00:00:00 2001 From: Maximilian Berkmann Date: Mon, 18 Mar 2019 15:00:36 +0000 Subject: [PATCH] feat(contribution-types): added Project Management (#176) PR following up https://github.com/all-contributors/all-contributors/pull/199 --- src/util/contribution-types.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/contribution-types.js b/src/util/contribution-types.js index 0d08749..8d792c1 100644 --- a/src/util/contribution-types.js +++ b/src/util/contribution-types.js @@ -70,6 +70,10 @@ const defaultTypes = function(repoType) { symbol: '🔌', description: 'Plugin/utility libraries', }, + projectManagement: { + symbol: '📆', + description: 'Project Management', + }, question: { symbol: '💬', description: 'Answering Questions',