Skip to content

Instantly share code, notes, and snippets.

@faulancr
Last active November 29, 2016 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faulancr/0b17b190bf1a3852089531821cbe163c to your computer and use it in GitHub Desktop.
Save faulancr/0b17b190bf1a3852089531821cbe163c to your computer and use it in GitHub Desktop.
git comments listing
[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