mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 21:46:29 +00:00
Add leadership contrib type
This commit is contained in:
parent
74bc388bd6
commit
f3e4c6249b
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ const defaultTypes = function (repoType) {
|
|||
symbol: '🚇',
|
||||
description: 'Infrastructure (Hosting, Build-Tools, etc)',
|
||||
},
|
||||
leader: {
|
||||
symbol: '🌟',
|
||||
description: 'Leadership',
|
||||
},
|
||||
maintenance: {
|
||||
symbol: '🚧',
|
||||
description: 'Maintenance',
|
||||
|
|
Loading…
Reference in a new issue