Skip to content

Instantly share code, notes, and snippets.

View ApoloVisky's full-sized avatar
🎯
Focusing

Adeilton da Silva Polovodoff ApoloVisky

🎯
Focusing
  • São Paulo, Brazil
  • 03:57 (UTC -03:00)
View GitHub Profile

Types

  • feat Commits, that adds or remove a new feature
  • fix Commits, that fixes a bug
  • refactor Commits, that rewrite/restructure your code, however does not change any API behaviour
  • perf Commits are special refactor commits, that improve performance
  • style Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)
  • test Commits, that add missing tests or correcting existing tests
  • docs Commits, that affect documentation only
  • build Commits, that affect build components like build tool, ci pipeline, dependencies, project version, ...
  • ops Commits, that affect operational components like infrastructure, deployment, backup, recovery, ...