feat(contribution-types): add research contribution type (#291)

* 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 <maxieberkmann@gmail.com>

Co-authored-by: Maximilian Berkmann <maxieberkmann@gmail.com>
This commit is contained in:
LaChapeliere 2020-10-09 20:34:34 +02:00 committed by GitHub
parent d59d279ab4
commit f9f2866bbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,6 +94,10 @@ const defaultTypes = function(repoType) {
symbol: '💬',
description: 'Answering Questions',
},
research: {
symbol: '🔬',
description: 'Research',
},
review: {
symbol: '👀',
description: 'Reviewed Pull Requests',