Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 19b10e2

Browse files
committed
🎉 Initial commit
1 parent 80b1fb5 commit 19b10e2

File tree

6 files changed

+634
-0
lines changed

6 files changed

+634
-0
lines changed
11.1 KB
Loading
11.1 KB
Loading

gitmojis.json

Lines changed: 388 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,388 @@
1+
{
2+
"gitmojis":[
3+
{
4+
"emoji":"🎨",
5+
"entity":"🎨",
6+
"code":":art:",
7+
"description":"Improving structure / format of the code.",
8+
"name":"art"
9+
},
10+
{
11+
"emoji":"⚡️",
12+
"entity":"⚡",
13+
"code":":zap:",
14+
"description":"Improving performance.",
15+
"name":"zap"
16+
},
17+
{
18+
"emoji":"🔥",
19+
"entity":"🔥",
20+
"code":":fire:",
21+
"description":"Removing code or files.",
22+
"name":"fire"
23+
},
24+
{
25+
"emoji":"🐛",
26+
"entity":"🐛",
27+
"code":":bug:",
28+
"description":"Fixing a bug.",
29+
"name":"bug"
30+
},
31+
{
32+
"emoji": "🚑",
33+
"entity": "🚑",
34+
"code": ":ambulance:",
35+
"description": "Critical hotfix.",
36+
"name": "ambulance"
37+
},
38+
{
39+
"emoji":"",
40+
"entity":"✨",
41+
"code":":sparkles:",
42+
"description":"Introducing new features.",
43+
"name":"sparkles"
44+
},
45+
{
46+
"emoji":"📝",
47+
"entity":"📝",
48+
"code":":memo:",
49+
"description":"Writing docs.",
50+
"name":"memo"
51+
},
52+
{
53+
"emoji":"🚀",
54+
"entity":"🚀",
55+
"code":":rocket:",
56+
"description":"Deploying stuff.",
57+
"name":"rocket"
58+
},
59+
{
60+
"emoji":"💄",
61+
"entity":"&#ff99cc;",
62+
"code":":lipstick:",
63+
"description":"Updating the UI and style files.",
64+
"name":"lipstick"
65+
},
66+
{
67+
"emoji":"🎉",
68+
"entity":"🎉",
69+
"code":":tada:",
70+
"description":"Initial commit.",
71+
"name":"tada"
72+
},
73+
{
74+
"emoji":"",
75+
"entity":"✅",
76+
"code":":white_check_mark:",
77+
"description":"Adding tests.",
78+
"name":"white-check-mark"
79+
},
80+
{
81+
"emoji":"🔒",
82+
"entity":"🔒",
83+
"code":":lock:",
84+
"description":"Fixing security issues.",
85+
"name":"lock"
86+
},
87+
{
88+
"emoji":"🍎",
89+
"entity":"🍎",
90+
"code":":apple:",
91+
"description":"Fixing something on macOS.",
92+
"name":"apple"
93+
},
94+
{
95+
"emoji":"🐧",
96+
"entity":"🐧",
97+
"code":":penguin:",
98+
"description":"Fixing something on Linux.",
99+
"name":"penguin"
100+
},
101+
{
102+
"emoji":"🏁",
103+
"entity":"🏁",
104+
"code":":checkered_flag:",
105+
"description":"Fixing something on Windows.",
106+
"name":"checkered-flag"
107+
},
108+
{
109+
"emoji":"🤖",
110+
"entity":"🤖",
111+
"code":":robot:",
112+
"description":"Fixing something on Android.",
113+
"name":"robot"
114+
},
115+
{
116+
"emoji":"🍏",
117+
"entity":"🍏",
118+
"code":":green_apple:",
119+
"description":"Fixing something on iOS.",
120+
"name":"green-apple"
121+
},
122+
{
123+
"emoji":"🔖",
124+
"entity":"🔖",
125+
"code":":bookmark:",
126+
"description":"Releasing / Version tags.",
127+
"name":"bookmark"
128+
},
129+
{
130+
"emoji":"🚨",
131+
"entity":"🚨",
132+
"code":":rotating_light:",
133+
"description":"Removing linter warnings.",
134+
"name":"rotating-light"
135+
},
136+
{
137+
"emoji":"🚧",
138+
"entity":"🚧",
139+
"code":":construction:",
140+
"description":"Work in progress.",
141+
"name":"construction"
142+
},
143+
{
144+
"emoji":"💚",
145+
"entity":"💚",
146+
"code":":green_heart:",
147+
"description":"Fixing CI Build.",
148+
"name":"green-heart"
149+
},
150+
{
151+
"emoji":"⬇️",
152+
"entity":"⬇️",
153+
"code":":arrow_down:",
154+
"description":"Downgrading dependencies.",
155+
"name":"arrow-down"
156+
},
157+
{
158+
"emoji":"⬆️",
159+
"entity":"⬆️",
160+
"code":":arrow_up:",
161+
"description":"Upgrading dependencies.",
162+
"name":"arrow-up"
163+
},
164+
{
165+
"emoji": "📌",
166+
"entity": "📌",
167+
"code": ":pushpin:",
168+
"description": "Pinning dependencies to specific versions.",
169+
"name": "pushpin"
170+
},
171+
{
172+
"emoji":"👷",
173+
"entity":"👷",
174+
"code":":construction_worker:",
175+
"description":"Adding CI build system.",
176+
"name":"construction-worker"
177+
},
178+
{
179+
"emoji":"📈",
180+
"code":":chart_with_upwards_trend:",
181+
"description":"Adding analytics or tracking code.",
182+
"name":"chart-with-upwards-trend"
183+
},
184+
{
185+
"emoji":"♻️",
186+
"entity":"♲",
187+
"code":":recycle:",
188+
"description":"Refactoring code.",
189+
"name":"recycle"
190+
},
191+
{
192+
"emoji":"",
193+
"entity":"➖",
194+
"code":":heavy_minus_sign:",
195+
"description":"Removing a dependency.",
196+
"name":"heavy-minus-sign"
197+
},
198+
{
199+
"emoji":"🐳",
200+
"entity":"🐳",
201+
"code":":whale:",
202+
"description":"Work about Docker.",
203+
"name":"whale"
204+
},
205+
{
206+
"emoji":"",
207+
"entity":"➕",
208+
"code":":heavy_plus_sign:",
209+
"description":"Adding a dependency.",
210+
"name":"heavy-plus-sign"
211+
},
212+
{
213+
"emoji":"🔧",
214+
"entity":"🔧",
215+
"code":":wrench:",
216+
"description":"Changing configuration files.",
217+
"name":"wrench"
218+
},
219+
{
220+
"emoji": "🌐",
221+
"entity": "🌐",
222+
"code": ":globe_with_meridians:",
223+
"description": "Internationalization and localization.",
224+
"name": "globe-with-meridians"
225+
},
226+
{
227+
"emoji":"✏️",
228+
"entity":"",
229+
"code":":pencil2:",
230+
"description":"Fixing typos.",
231+
"name":"pencil"
232+
},
233+
{
234+
"emoji":"💩",
235+
"entity":"",
236+
"code":":hankey:",
237+
"description":"Writing bad code that needs to be improved.",
238+
"name":"hankey"
239+
},
240+
{
241+
"emoji":"",
242+
"entity":"⏪",
243+
"code":":rewind:",
244+
"description":"Reverting changes.",
245+
"name":"rewind"
246+
},
247+
{
248+
"emoji":"🔀",
249+
"entity":"🔀",
250+
"code":":twisted_rightwards_arrows:",
251+
"description":"Merging branches.",
252+
"name":"twisted-rightwards-arrows"
253+
},
254+
{
255+
"emoji":"📦",
256+
"entity":"&#1F4E6;",
257+
"code":":package:",
258+
"description":"Updating compiled files or packages.",
259+
"name":"package"
260+
},
261+
{
262+
"emoji":"👽",
263+
"entity":"&#1F47D;",
264+
"code":":alien:",
265+
"description":"Updating code due to external API changes.",
266+
"name":"alien"
267+
},
268+
{
269+
"emoji":"🚚",
270+
"entity":"&#1F69A;",
271+
"code":":truck:",
272+
"description":"Moving or renaming files.",
273+
"name":"truck"
274+
},
275+
{
276+
"emoji":"📄",
277+
"entity":"&#1F4C4;",
278+
"code":":page_facing_up:",
279+
"description":"Adding or updating license.",
280+
"name":"page-facing-up"
281+
},
282+
{
283+
"emoji":"💥",
284+
"entity":"💥",
285+
"code":":boom:",
286+
"description":"Introducing breaking changes.",
287+
"name":"boom"
288+
},
289+
{
290+
"emoji":"🍱",
291+
"entity":"&#1F371",
292+
"code":":bento:",
293+
"description":"Adding or updating assets.",
294+
"name":"bento"
295+
},
296+
{
297+
"emoji":"👌",
298+
"entity":"👌",
299+
"code":":ok_hand:",
300+
"description":"Updating code due to code review changes.",
301+
"name":"ok-hand"
302+
},
303+
{
304+
"emoji": "♿️",
305+
"entity":"♿",
306+
"code": ":wheelchair:",
307+
"description":"Improving accessibility.",
308+
"name":"wheelchair"
309+
},
310+
{
311+
"emoji": "💡",
312+
"entity":"💡",
313+
"code": ":bulb:",
314+
"description":"Documenting source code.",
315+
"name":"bulb"
316+
},
317+
{
318+
"emoji": "🍻",
319+
"entity":"🍻",
320+
"code": ":beers:",
321+
"description": "Writing code drunkenly.",
322+
"name":"beers"
323+
},
324+
{
325+
"emoji": "💬",
326+
"entity":"💬",
327+
"code": ":speech_balloon:",
328+
"description": "Updating text and literals.",
329+
"name":"speech-balloon"
330+
},
331+
{
332+
"emoji": "🗃",
333+
"entity":"🗃",
334+
"code": ":card_file_box:",
335+
"description": "Performing database related changes.",
336+
"name":"card-file-box"
337+
},
338+
{
339+
"emoji":"🔊",
340+
"entity":"🔊",
341+
"code":":loud_sound:",
342+
"description":"Adding logs.",
343+
"name":"loud-sound"
344+
},
345+
{
346+
"emoji":"🔇",
347+
"entity":"🔇",
348+
"code":":mute:",
349+
"description":"Removing logs.",
350+
"name":"mute"
351+
},
352+
{
353+
"emoji": "👥",
354+
"entity": "👥",
355+
"code": ":busts_in_silhouette:",
356+
"description": "Adding contributor(s).",
357+
"name": "busts-in-silhouette"
358+
},
359+
{
360+
"emoji": "🚸",
361+
"entity": "🚸",
362+
"code": ":children_crossing:",
363+
"description": "Improving user experience / usability.",
364+
"name": "children-crossing"
365+
},
366+
{
367+
"emoji": "🏗",
368+
"entity": "&#1f3d7;",
369+
"code": ":building_construction:",
370+
"description": "Making architectural changes.",
371+
"name": "building-construction"
372+
},
373+
{
374+
"emoji": "📱",
375+
"entity": "📱" ,
376+
"code": ":iphone:",
377+
"description": "Working on responsive design.",
378+
"name": "iphone"
379+
},
380+
{
381+
"emoji": "🤡",
382+
"entity": "🤡" ,
383+
"code": ":clown_face:",
384+
"description": "Mocking things.",
385+
"name": "clown-face"
386+
}
387+
]
388+
}

icon.png

11.1 KB
Loading

0 commit comments

Comments
 (0)