mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
feat(contribution-types): added business
and content
(#156)
I added the missing types for "Business development" and "Content".
This commit is contained in:
parent
65eea1b82f
commit
48fecd3ca7
1 changed files with 8 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue