From f3e4c6249bc58afc2d8eeaa988371d774db082ba Mon Sep 17 00:00:00 2001 From: Michael Flanakin Date: Sat, 2 Mar 2024 14:14:29 -0800 Subject: [PATCH] Add leadership contrib type --- 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 9d0a3c5..242f7ac 100644 --- a/src/util/contribution-types.js +++ b/src/util/contribution-types.js @@ -70,6 +70,10 @@ const defaultTypes = function (repoType) { symbol: '🚇', description: 'Infrastructure (Hosting, Build-Tools, etc)', }, + leader: { + symbol: '🌟', + description: 'Leadership', + }, maintenance: { symbol: '🚧', description: 'Maintenance',