mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
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:
parent
d59d279ab4
commit
f9f2866bbb
1 changed files with 4 additions and 0 deletions
|
@ -94,6 +94,10 @@ const defaultTypes = function(repoType) {
|
||||||
symbol: '💬',
|
symbol: '💬',
|
||||||
description: 'Answering Questions',
|
description: 'Answering Questions',
|
||||||
},
|
},
|
||||||
|
research: {
|
||||||
|
symbol: '🔬',
|
||||||
|
description: 'Research',
|
||||||
|
},
|
||||||
review: {
|
review: {
|
||||||
symbol: '👀',
|
symbol: '👀',
|
||||||
description: 'Reviewed Pull Requests',
|
description: 'Reviewed Pull Requests',
|
||||||
|
|
Loading…
Reference in a new issue