mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
feat(contribution-types): adds mentoring (#274)
* feat: 🎸 Add mentoring
* style: remove white spaces
This commit is contained in:
parent
bd4bea101e
commit
3bb4a03008
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ const defaultTypes = function(repoType) {
|
|||
symbol: '🚧',
|
||||
description: 'Maintenance',
|
||||
},
|
||||
mentoring: {
|
||||
symbol: '🧑🏫',
|
||||
description: 'Mentoring',
|
||||
},
|
||||
platform: {
|
||||
symbol: '📦',
|
||||
description: 'Packaging/porting to new platform',
|
||||
|
|
Loading…
Reference in a new issue