Add a Product Management contribution type

This commit is contained in:
Ryan B. Harvey 2023-11-16 02:12:23 +00:00
parent 74bc388bd6
commit 1bba9301fc

View file

@ -86,6 +86,10 @@ const defaultTypes = function (repoType) {
symbol: '🔌',
description: 'Plugin/utility libraries',
},
productManagement: {
symbol: '🎯',
description: 'Product Management',
},
projectManagement: {
symbol: '📆',
description: 'Project Management',