feat(contribution-types): added business and content (#156)

I added the missing types for "Business development" and "Content".
This commit is contained in:
Maximilian Berkmann 2019-01-28 10:23:37 +00:00 committed by GitHub
parent 65eea1b82f
commit 48fecd3ca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',