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