-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage.txt
More file actions
39 lines (39 loc) · 894 Bytes
/
Copy path.gitmessage.txt
File metadata and controls
39 lines (39 loc) · 894 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
35
36
37
38
39
#✨ feat:
#└ Add new feature
#🐞 fix:
#└ Fix a bug (including security fixes)
#📝 docs:
#└ Add or update documentation
#💄 ui:
#└ Update UI and style files
#⚡ perf:
#└ Improve performance
#♻️ refactor:
#└ Refactor code without changing functionality
#🎨 style:
#└ Changes that do not affect the meaning of the code
# (white-space, missing semi-colon, etc.)
#🍱 assets:
#└ Add or update assets
#🗑️ remove:
#└ Remove code or files
#🧪 test:
#└ Add or update tests
#📦 build:
#└ Add or update build system or dependencies
#🚑 hotfix:
#└ Critical hotfix
#🔧 chore:
#└ Add or update configuration files or scripts
#🚧 wip:
#└ Work in progress
#⏪ revert:
#└ Revert changes
#🔀 merge:
#└ Merge branches
#🏷️ release:
#└ Release / Version tags
#🚀 deploy:
#└ Deploy stuff
#🎉 init:
#└ Begin a project