This repository was archived by the owner on Sep 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemojis.json
44 lines (44 loc) · 3.69 KB
/
emojis.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
["art", "Improving structure / format of the code.", "quality"],
["zap", "Improving performance.", "perfs"],
["fire", "Removing code or files.", "- delete"],
["bug", "Fixing a bug.", ""],
["ambulance", "Critical hotfix.", "urgent"],
["sparkles", "Introducing new features.", "+"],
["memo", "Writing docs.", ""],
["rocket", "Deploying stuff.", ""],
["lipstick", "Updating the UI and style files.", "css"],
["tada", "Initial commit.", ""],
["white_check_mark", "Adding tests.", ""],
["lock", "Fixing security issues.", ""],
["apple", "Fixing something on macOS.", "osx"],
["penguin", "Fixing something on Linux.", ""],
["checkered_flag", "Fixing something on Windows.", "that was hard"],
["bookmark", "Releasing / Version tags.", ""],
["rotating_light", "Removing linter warnings.", ""],
["construction", "Work in progress.", ""],
["green_heart", "Fixing CI Build.", ""],
["arrow_down", "Downgrading dependencies.", ""],
["arrow_up", "Upgrading dependencies.", ""],
["construction_worker", "Adding CI build system.", ""],
["chart_with_upwards_trend", "Adding analytics or tracking code.", ""],
["hammer", "Refactoring code.", "going to bed now"],
["heavy_minus_sign", "Removing a dependency.", "YEESS!"],
["whale", "Work about Docker.", ""],
["heavy_plus_sign", "Adding a dependency.", ""],
["wrench", "Changing configuration files.", ""],
["globe_with_meridians", "Internationalization and localization.", ""],
["pencil2", "Fixing typos.", "oooops"],
["hankey", "Writing bad code that needs to be improved.", "shit"],
["rewind", "Reverting changes.", "go back"],
["twisted_rightwards_arrows", "Merging branches.", ""],
["package", "Updating compiled files or packages.", "1101000110010111011001101100110111110000011101111101111111001011011001100100"],
["alien", "Updating code due to external API changes.", ""],
["truck", "Moving or renaming files.", ""],
["page_facing_up", "Adding or updating license.", ""],
["boom", "Introducing breaking changes.", "non compatible"],
["bento", "Adding or updating assets.", "image sound"],
["ok_hand", "Updating code due to code review changes.", ""],
["wheelchair", "Improving accessibility.", "altruist"],
["bulb", "Documenting source code.", "comments"]
]