radare2rc, dwmcolors, vimrc
[dotfiles_afify.git] / .config / git / .gitmessage
blob0f2aef8bfb3d037414418ee7c5be44873b2ba45c
1 []
3 # --- COMMIT END ---
4 # Why was this change necessary?
5 # How does it address the problem?
6 # Are there any side effects?
8 #    feat     (new feature)
9 #    fix      (bug fix) Fixes #33
10 #    refactor (refactoring code)
11 #    style    (formatting, missing semi colons, etc; no code change)
12 #    doc      (changes to documentation)
13 #    test     (adding or refactoring tests; no production code change)
14 #    version  (version bump/new release; no production code change)
15 #    dbg      (Changes in debugging code/frameworks; no production code change)
16 #    license  (Edits regarding licensing; no production code change)
17 #    hack     (Temporary fix to make things move forward; please avoid it)
19 #    problem
20 #    solution
21 #    fix issues
22 #    Fixes #1