Add triage contrib type

This commit is contained in:
Michael Flanakin 2024-03-02 14:03:01 -08:00 committed by GitHub
parent 74bc388bd6
commit b6dddd7a31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,6 +124,11 @@ const defaultTypes = function (repoType) {
symbol: '🌍',
description: 'Translation',
},
triage: {
symbol: '🗂️',
description: 'Triage',
link: repo.getLinkToIssues(repoType),
},
tutorial: {
symbol: '✅',
description: 'Tutorials',