feat(contribution-types): adds mentoring (#274)

* feat: 🎸 Add mentoring

* style: remove white spaces
This commit is contained in:
Markus Löning 2020-07-24 13:37:44 +01:00 committed by GitHub
parent bd4bea101e
commit 3bb4a03008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,10 @@ const defaultTypes = function(repoType) {
symbol: '🚧',
description: 'Maintenance',
},
mentoring: {
symbol: '🧑‍🏫',
description: 'Mentoring',
},
platform: {
symbol: '📦',
description: 'Packaging/porting to new platform',