[feat] bluetooth_connect check status
[dotfiles_afify.git] / .gitmessage
blob5a8d3be8baad2efc8efd6d1772f413200492336b
1 [tag]
3 # * sub
4 # - discription
6 # problem:
7 # solution:
9 # fix issues
10 # Fixes #1
12 # --- COMMIT END ---
13 # Why was this change necessary?
14 # How does it address the problem?
15 # Are there any side effects?
17 #    feat     (new feature)
18 #    fix      (bug fix) Fixes #33
19 #    refactor (refactoring code)
20 #    style    (formatting, missing semi colons, etc; no code change)
21 #    doc      (changes to documentation)
22 #    test     (adding or refactoring tests; no production code change)
23 #    version  (version bump/new release; no production code change)
24 #    dbg      (Changes in debugging code/frameworks; no production code change)
25 #    license  (Edits regarding licensing; no production code change)
26 #    hack     (Temporary fix to make things move forward; please avoid it)