mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
feat(contribution-types): added Project Management (#176)
PR following up https://github.com/all-contributors/all-contributors/pull/199
This commit is contained in:
parent
d7eb838460
commit
925cde7992
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ const defaultTypes = function(repoType) {
|
|||
symbol: '🔌',
|
||||
description: 'Plugin/utility libraries',
|
||||
},
|
||||
projectManagement: {
|
||||
symbol: '📆',
|
||||
description: 'Project Management',
|
||||
},
|
||||
question: {
|
||||
symbol: '💬',
|
||||
description: 'Answering Questions',
|
||||
|
|
Loading…
Reference in a new issue