-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_gitmessage
More file actions
50 lines (45 loc) Β· 1.29 KB
/
dot_gitmessage
File metadata and controls
50 lines (45 loc) Β· 1.29 KB
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
# π Initial commit.
# β¨ Introduce new feature.
# π¨ Improve structure / format of the code.
# π Add or update business logic.
# π§΅ Add or update code related to multithreading or concurrency.
# π½οΈ Update code due to external API changes.
### Documents ###
# π Add or update documentation.
# π Add or update license.
# π‘ Add or update comments in source code.
### Fixes ###
# βοΈ Fix typos
# π Fix a bug.
# π©Ή Simple fix for a non-critical issue.
# ποΈ Fix security or privacy issues.
# ποΈ Critical hotfix.
### Tests ###
# π§ͺ Add a failing test.
# β
Add, update, or pass tests.
### Updates ###
# π Release / Version tags.
# π·οΈ Add or update types.
### Changes ###
# β»οΈ Refactor code.
# π₯ Introduce breaking changes.
# π Add or update logs.
# π Remove logs.
# π₯ Remove code or files.
# β°οΈ Remove dead code.
# ποΈ Deprecate code that needs to be cleaned up.
# βͺοΈ Revert changes.
# π Merge branches.
### Dependencies ###
# β¬οΈ Upgrade dependencies.
# β¬οΈ Downgrade dependencies.
# β Add dependencies.
# β Remove dependencies.
# π§ Add or update configuration files.
# β‘οΈ Improve performance.
### Specials ###
# π Add or update a `.gitignore` file.
# π§ Work in progress.
# DESCRIPTION
# BREAKING CHANGES
# Foot notes