Add leadership contrib type

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

View file

@ -70,6 +70,10 @@ const defaultTypes = function (repoType) {
symbol: '🚇',
description: 'Infrastructure (Hosting, Build-Tools, etc)',
},
leader: {
symbol: '🌟',
description: 'Leadership',
},
maintenance: {
symbol: '🚧',
description: 'Maintenance',