Skip to content

Commit f9f2866

Browse files
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 <[email protected]> Co-authored-by: Maximilian Berkmann <[email protected]>
1 parent d59d279 commit f9f2866

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/util/contribution-types.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ const defaultTypes = function(repoType) {
9494
symbol: '💬',
9595
description: 'Answering Questions',
9696
},
97+
research: {
98+
symbol: '🔬',
99+
description: 'Research',
100+
},
97101
review: {
98102
symbol: '👀',
99103
description: 'Reviewed Pull Requests',

0 commit comments

Comments
 (0)