mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-10 05:56:29 +00:00
Add triage contrib type
This commit is contained in:
parent
74bc388bd6
commit
b6dddd7a31
1 changed files with 5 additions and 0 deletions
|
@ -124,6 +124,11 @@ const defaultTypes = function (repoType) {
|
||||||
symbol: '🌍',
|
symbol: '🌍',
|
||||||
description: 'Translation',
|
description: 'Translation',
|
||||||
},
|
},
|
||||||
|
triage: {
|
||||||
|
symbol: '🗂️',
|
||||||
|
description: 'Triage',
|
||||||
|
link: repo.getLinkToIssues(repoType),
|
||||||
|
},
|
||||||
tutorial: {
|
tutorial: {
|
||||||
symbol: '✅',
|
symbol: '✅',
|
||||||
description: 'Tutorials',
|
description: 'Tutorials',
|
||||||
|
|
Loading…
Reference in a new issue