diff --git a/src/util/contribution-types.js b/src/util/contribution-types.js
index 9d0a3c5..3239b95 100644
--- a/src/util/contribution-types.js
+++ b/src/util/contribution-types.js
@@ -86,6 +86,10 @@ const defaultTypes = function (repoType) {
       symbol: '🔌',
       description: 'Plugin/utility libraries',
     },
+    productManagement: {
+      symbol: '🎯',
+      description: 'Product Management',
+    },
     projectManagement: {
       symbol: '📆',
       description: 'Project Management',