Skip to content

Instantly share code, notes, and snippets.

@Randy-RM
Created December 7, 2023 08:52
Show Gist options
  • Save Randy-RM/e15a68f494bb5f3263b120adb4f8e0f5 to your computer and use it in GitHub Desktop.
Save Randy-RM/e15a68f494bb5f3263b120adb4f8e0f5 to your computer and use it in GitHub Desktop.
Instructions on how to write a good commit message on git
feat: a new feature has been added
fix: an error has been corrected
docs: changes have been made to the documentation
style: changes have been made to the formatting or presentation of the code, without altering its meaning
refactor: code has been modified to improve its structure or organization, without altering its behavior
perf: performance improvements have been made
test: tests have been added or modified
build: modifications have been made to the build or deployment process
ci: changes have been made to the integration or continuous deployment process
chore: maintenance or configuration tasks have been carried out, without modifying the source code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment