Skip to content

Commit

Permalink
feat(contribution-types): added business and content (#156)
Browse files Browse the repository at this point in the history
I added the missing types for "Business development" and "Content".
  • Loading branch information
Berkmann18 committed Jan 28, 2019
1 parent 65eea1b commit 48fecd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/util/contribution-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 48fecd3

Please sign in to comment.