-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.commit_template
More file actions
34 lines (29 loc) · 970 Bytes
/
.commit_template
File metadata and controls
34 lines (29 loc) · 970 Bytes
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
# ==== Format ====
# :emoji: prefix: Subject
# Commit body (Why)
# ==== Emoji ====
# :tada: initial commit (feat)
# :sparkles: introduce (partial) new features (feat)
# :memo: add or update docs. (docs)
# :rocket: improve performance (feat)
# :art: improve structure / format of the code (such as UI/UX) (style)
# :recycle: refactoring (refactor)
# :bug: fix a bug (fix)
# :shirt: fix lint error and code styles (fix)
# :fire: remove files / directory (remove)
# :shower: remove unnecessary features (remove/refactor)
# :green_heart: fix/improve test code and CI (test)
# :up: update such as packages (chore)
# :chart_with_upwards_trend: add/update for analizing data (analysis)
# :adhesive_bandage: simple fix for a non-critical issue (fix/chore)
# :truck: move or rename resources (e.g.: files, paths, routes) (chore/feat/style)
# :hourglass: work in progress (feat/fix/refactor)
# ==== Prefix ====
# fix
# feat
# docs
# style
# refactor
# test
# chore
# analysis