From b6dddd7a31f4ebd16d89ebcf9bc34b09e75890dc Mon Sep 17 00:00:00 2001 From: Michael Flanakin Date: Sat, 2 Mar 2024 14:03:01 -0800 Subject: [PATCH] Add triage contrib type --- src/util/contribution-types.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/contribution-types.js b/src/util/contribution-types.js index 9d0a3c5..f6ac975 100644 --- a/src/util/contribution-types.js +++ b/src/util/contribution-types.js @@ -124,6 +124,11 @@ const defaultTypes = function (repoType) { symbol: '🌍', description: 'Translation', }, + triage: { + symbol: '🗂️', + description: 'Triage', + link: repo.getLinkToIssues(repoType), + }, tutorial: { symbol: '✅', description: 'Tutorials',