mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 21:46: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: '🔌',
|
symbol: '🔌',
|
||||||
description: 'Plugin/utility libraries',
|
description: 'Plugin/utility libraries',
|
||||||
},
|
},
|
||||||
|
productManagement: {
|
||||||
|
symbol: '🎯',
|
||||||
|
description: 'Product Management',
|
||||||
|
},
|
||||||
projectManagement: {
|
projectManagement: {
|
||||||
symbol: '📆',
|
symbol: '📆',
|
||||||
description: 'Project Management',
|
description: 'Project Management',
|
||||||
|
|
Loading…
Reference in a new issue