Last active
November 29, 2016 13:14
-
-
Save faulancr/0b17b190bf1a3852089531821cbe163c to your computer and use it in GitHub Desktop.
git comments listing
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
[B] [BUG] Change a bug, but do not any intended behavior or code style | |
[C] [CODESTYLE] Fix code style violation, reorder entries, but must not change any code or comment | |
[D] [DOCS] Add/fix/alter documentation or comments in the code | |
[F] [FUNC] Add new functionality or alter behaviour to match a new requirement (e.g. new button, new action) | |
[M] [META] Add/alter/update metadata like keywords, authors, mails and URLs or files required for development like .editorconfig or dynamicReturnTypeMeta.json, Build toolchains etc. | |
[P] [PURGE] Remove files or code that are not used anymore | |
[R] [REFACTOR] Extract code to methods/variables, simplify code. Must not change behavior. | |
[S] [SEC] Fix an security issue by updating a module/package or fix in the own code | |
[T] [TESTS] Add/fix/alter tests | |
[U] [UPDATE] Alter static data like labels or project dependencies, but not the application code. Must not change behaviour. | |
[V] [VCS] Change versioning related stuff like an ignore file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment