prod changes | dev changes | test changes | < scope of the commit |
---|---|---|---|
PF | DF | TF | feature < release of an important feature |
PW | DW | TW | write < writing some code |
PX | DX | TX | fix < bug fixes |
PD | DD | TD | documentation < change doc (markdown, etc), edit comments |
PA | DA | TA | architecture < create new empty files, folders |
PS | DS | TS | style < formatting, add spaces, etc |
PR | DR | TR | refactor < refactoring code, eg. renaming a variable |
PP | DP | TP | performance < code change that improves performance |