13 # Why was this change necessary?
14 # How does it address the problem?
15 # Are there any side effects?
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)