Skip to content

Commit

Permalink
feat(contribution-types): adds mentoring (#274)
Browse files Browse the repository at this point in the history
* feat: 🎸 Add mentoring

* style: remove white spaces
  • Loading branch information
mloning authored Jul 24, 2020
1 parent bd4bea1 commit 3bb4a03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/contribution-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ const defaultTypes = function(repoType) {
symbol: '🚧',
description: 'Maintenance',
},
mentoring: {
symbol: '🧑‍🏫',
description: 'Mentoring',
},
platform: {
symbol: '📦',
description: 'Packaging/porting to new platform',
Expand Down

0 comments on commit 3bb4a03

Please sign in to comment.