diff --git a/src/util/contribution-types.js b/src/util/contribution-types.js index db711a3..0d08749 100644 --- a/src/util/contribution-types.js +++ b/src/util/contribution-types.js @@ -12,11 +12,19 @@ const defaultTypes = function(repoType) { description: 'Bug reports', link: repo.getLinkToIssues(repoType), }, + business: { + symbol: '💼', + description: 'Business development', + }, code: { symbol: '💻', description: 'Code', link: repo.getLinkToCommits(repoType), }, + content: { + symbol: '🖋', + description: 'Content', + }, design: { symbol: '🎨', description: 'Design',