Slide 18
Slide 18 text
If commit is for some reason not assigned to any ticket, we use
following tags:
[fix] Changes fixing code not assigned to issue
[docs] Changes of documentation, not affecting code
[style] Changes that do not affect the meaning of the code
[refactor] Changes that affect code, but not behavior of app
[perf] Changes that improve performance
[test] Adding missing tests
[chore] Other, usually boring or repeating tasks
© Tymon Tobolski, 2015