mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-10 14:06:34 +00:00
19 lines
276 B
JavaScript
19 lines
276 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
code: '💻',
|
||
|
plugin: '🔌',
|
||
|
tool: '🔧',
|
||
|
doc: '📖',
|
||
|
question: '❓',
|
||
|
test: '⚠️',
|
||
|
bug: '🐛',
|
||
|
example: '💡',
|
||
|
blog: '📝',
|
||
|
tutorial: '✅',
|
||
|
video: '📹',
|
||
|
talk: '📢',
|
||
|
design: '🎨',
|
||
|
review: '👀'
|
||
|
};
|