Skip to content

Commit

Permalink
feat(contribution-types): add research contribution type (#291)
Browse files Browse the repository at this point in the history
* feat(contribution-types.js): add research contribution type

Add a research contribution type with microscope emoji, for people doing literature review, code
prototyping or any other research-related activity.

#446

* fix(contribution-types.js): fix name and position of added type

Fix name of added type (was "question" due to copy pasting) and position (alphabetical order)

#446

* Transform emoji code into emoji

Co-authored-by: Maximilian Berkmann <[email protected]>

Co-authored-by: Maximilian Berkmann <[email protected]>
  • Loading branch information
LaChapeliere and Berkmann18 authored Oct 9, 2020
1 parent d59d279 commit f9f2866
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 @@ -94,6 +94,10 @@ const defaultTypes = function(repoType) {
symbol: '💬',
description: 'Answering Questions',
},
research: {
symbol: '🔬',
description: 'Research',
},
review: {
symbol: '👀',
description: 'Reviewed Pull Requests',
Expand Down

0 comments on commit f9f2866

Please sign in to comment.