diff --git a/.all-contributorsrc b/.all-contributorsrc index 186c870..551ceba 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -490,6 +490,13 @@ "avatar_url": "https://avatars.githubusercontent.com/u/6765735?v=4", "profile": "https://github.com/schweden1997", "contributions": ["bug"] + }, + { + "login": "flanakin", + "name": "Michael Flanakin", + "avatar_url": "https://avatars.githubusercontent.com/u/399533?v=4", + "profile": "http://about.me/flanakin", + "contributions": ["code"] } ], "skipCi": true, 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',