Created
December 12, 2018 15:46
-
-
Save charlietango/34bdc417c206d2b5bcdbecbee44f1d9d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add = Create a capability e.g. feature, test, dependency. | |
Cut = Remove a capability e.g. feature, test, dependency. | |
Fix = Fix an issue e.g. bug, typo, accident, misstatement. | |
Bump = Increase the version of something e.g. dependency. | |
Make = Change the build process, or tooling, or infra. | |
Start = Begin doing something; e.g. create a feature flag. | |
Stop = End doing something; e.g. remove a feature flag. | |
Refactor = A code change that MUST be just a refactoring. | |
Reformat = Refactor of formatting, e.g. omit whitespace. | |
Optimize = Refactor of performance, e.g. speed up code. | |
Document = Refactor of documentation, e.g. help files. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment