Skip to content

Instantly share code, notes, and snippets.

View thiagoloureiro's full-sized avatar
🚗
Coding

Thiago Loureiro thiagoloureiro

🚗
Coding
View GitHub Profile
@thiagoloureiro
thiagoloureiro / git-message-prefixes.md
Created December 28, 2022 10:59 — forked from iamskok/git-message-prefixes.md
List of git commit message prefixes

Git commit message prefixes

  • [RFR] - Code refactoring
  • [WIP] - Work in progress
  • [FIX] - Bug fix
  • [FTR] - New feature
  • [SCR] - Security issue fix
  • [CLP] - Changes that do not alter functionality, but improve code style and readability.
  • [CRO] - Content Rate Optimization
  • [TST] - Add test suite for slider component