This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgit-commit.json
238 lines (238 loc) Β· 6.27 KB
/
git-commit.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
{
"π¨ Improving structure / format of the code": {
"prefix": "gm update code",
"body": ":art: improve $1"
},
"β‘οΈ Improving performance": {
"prefix": "gm update performance",
"body": ":zap: improve $1"
},
"π₯ Removing code": {
"prefix": "gm remove code",
"body": ":fire: remove $1"
},
"π₯ Removing files": {
"prefix": "gm remove file",
"body": ":fire: remove $1"
},
"π Fixing a bug": {
"prefix": "gm fix bug",
"body": ":bug: fix $1"
},
"π Critical hotfix": {
"prefix": "gm fix",
"body": ":ambulance: $1"
},
"β¨ Introducing new features": {
"prefix": "gm add new",
"body": ":sparkles: add $1"
},
"π Writing docs": {
"prefix": "gm add update doc",
"body": ":memo: $1"
},
"π Deploying stuff": {
"prefix": "gm release deploy",
"body": ":rocket: $1"
},
"π Updating the UI and style files": {
"prefix": "gm update file",
"body": ":lipstick: update $1"
},
"π Initial commit": {
"prefix": "gm initial commit release",
"body": ":tada: initial commit $1"
},
"β
Adding tests": {
"prefix": "gm add test",
"body": ":white_check_mark: $1"
},
"π Fixing security issues": {
"prefix": "gm fix security",
"body": ":lock: fix $1"
},
"π Fixing something on macOS": {
"prefix": "gm fix macos",
"body": ":apple: fix $1"
},
"π§ Fixing something on Linux": {
"prefix": "gm fix linux",
"body": ":penguin: fix $1"
},
"π Fixing something on Windows": {
"prefix": "gm fix windows",
"body": ":checkered_flag: fix $1"
},
"π€ Fixing something on Android": {
"prefix": "gm fix android",
"body": ":robot: fix $1"
},
"π Fixing something on iOS": {
"prefix": "gm fix ios",
"body": ":green_apple: fix $1"
},
"π Releasing / Version tags": {
"prefix": "gm release version tag",
"body": ":bookmark: $1"
},
"π¨ Removing linter warnings": {
"prefix": "gm update code linter",
"body": ":rotating_light: $1"
},
"π§ Work in progress": {
"prefix": "gm work progress",
"body": ":construction: $1"
},
"π Fixing CI Build": {
"prefix": "gm fix ci build",
"body": ":green_heart: $1"
},
"β¬οΈ Upgrading dependencies": {
"prefix": "gm update dependency",
"body": ":arrow_up: $1"
},
"β¬οΈ Downgrading dependencies": {
"prefix": "gm update dependency",
"body": ":arrow_down: $1"
},
"π· Adding CI build system": {
"prefix": "gm add ci build",
"body": ":construction_worker: $1"
},
"π Adding analytics or tracking code": {
"prefix": "gm add analytics tracking code",
"body": ":chart_with_upwards_trend: add $1"
},
"π¨ Refactoring code": {
"prefix": "gm update code",
"body": ":hammer: refactor $1"
},
"β Removing a dependency": {
"prefix": "gm remove dependency",
"body": ":heavy_minus_sign: remove $1"
},
"π³ Work about Docker": {
"prefix": "gm work docker",
"body": ":whale: $1"
},
"β Adding a dependency": {
"prefix": "gm add dependency",
"body": ":heavy_plus_sign: add $1"
},
"π§ Changing configuration files": {
"prefix": "gm update file config",
"body": ":wrench: update $1"
},
"π Internationalization and localization": {
"prefix": "gm lang i18n l10n",
"body": ":globe_with_meridians: $1"
},
"βοΈ Fixing typos": {
"prefix": "gm fix typo",
"body": ":pencil2: fix $1"
},
"π© Writing bad code that needs to be improved": {
"prefix": "gm bad code",
"body": ":hankey: write $1"
},
"βͺ Reverting changes": {
"prefix": "gm remove back",
"body": ":rewind: revert $1"
},
"π Merging branches": {
"prefix": "gm update merge branch",
"body": ":twisted_rightwards_arrows: merge $1"
},
"π¦ Updating compiled files or packages": {
"prefix": "gm update file",
"body": ":package: $1"
},
"π½ Updating code due to external API changes": {
"prefix": "gm update code",
"body": ":alien: update $1"
},
"π Moving files": {
"prefix": "gm update move file",
"body": ":truck: move $1"
},
"π Renaming files": {
"prefix": "gm update rename file",
"body": ":truck: rename $1"
},
"π Adding license": {
"prefix": "gm add license",
"body": ":page_facing_up: add $1"
},
"π Updating license": {
"prefix": "gm update license",
"body": ":page_facing_up: update $1"
},
"π₯ Introducing breaking changes": {
"prefix": "gm add new",
"body": ":boom: add $1"
},
"π± Adding assets": {
"prefix": "gm add file",
"body": ":bento: add $1"
},
"π± Updating assets": {
"prefix": "gm update file",
"body": ":bento: update $1"
},
"π Updating code due to code review changes": {
"prefix": "gm update code",
"body": ":ok_hand: update $1"
},
"βΏοΈ Improving accessibility": {
"prefix": "gm improve accessibility",
"body": ":wheelchair: improve $1"
},
"π‘ Documenting source code": {
"prefix": "gm code documentation",
"body": ":bulb: document $1"
},
"π» Writing code drunkenly": {
"prefix": "gm code drunk beer",
"body": ":beers: drunkenly code $1"
},
"π¬ Adding text and literals": {
"prefix": "gm add text",
"body": ":speech_balloon: add $1"
},
"π¬ Updating text and literals": {
"prefix": "gm update text",
"body": ":speech_balloon: update $1"
},
"π Performing database related changes": {
"prefix": "gm db database",
"body": ":card_file_box: $1"
},
"π Adding logs": {
"prefix": "gm add logs",
"body": ":loud_sound: add $1"
},
"π Removing logs": {
"prefix": "gm remove logs",
"body": ":mute: remove $1"
},
"π₯ Adding contributor(s)": {
"prefix": "gm add contributor",
"body": ":busts_in_silhouette: add $1"
},
"πΈ Improving user experience / usability": {
"prefix": "gm improve ux user experience usability",
"body": ":children_crossing: improve $1"
},
"π Making architectural changes": {
"prefix": "gm update architecture changes",
"body": ":building_construction: change $1"
},
"π± Working on responsive design": {
"prefix": "gm responsive web design",
"body": ":iphone: adapt $1"
},
"π€‘ Mocking things": {
"prefix": "gm mocking",
"body": ":clown_face: mock $1"
}
}