From 1bba9301fc7481804341309e243a13f50c52637c Mon Sep 17 00:00:00 2001 From: "Ryan B. Harvey" Date: Thu, 16 Nov 2023 02:12:23 +0000 Subject: [PATCH] Add a Product Management contribution type --- src/util/contribution-types.js | 4 ++++ 1 file changed, 4 insertions(+) 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',