mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
Add a Product Management contribution type
This commit is contained in:
parent
74bc388bd6
commit
1bba9301fc
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@ const defaultTypes = function (repoType) {
|
|||
symbol: '🔌',
|
||||
description: 'Plugin/utility libraries',
|
||||
},
|
||||
productManagement: {
|
||||
symbol: '🎯',
|
||||
description: 'Product Management',
|
||||
},
|
||||
projectManagement: {
|
||||
symbol: '📆',
|
||||
description: 'Project Management',
|
||||
|
|
Loading…
Reference in a new issue