From d109074218ee5ffb9e185fd83a2c4edb2ac4deaf Mon Sep 17 00:00:00 2001 From: Berkmann18 Date: Tue, 15 Jan 2019 10:41:27 +0000 Subject: [PATCH] feat(contribution-type): added maintenance type fixes #111 --- 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 63d389bb..b7b9cc0b 100644 --- a/src/util/contribution-types.js +++ b/src/util/contribution-types.js @@ -99,6 +99,10 @@ const defaultTypes = function(repoType) { symbol: '📹', description: 'Videos', }, + maintenance: { + symbol: '👷', + description: 'Maintenance', + }, } }