Commit Message Convention #7
warengonzaga
started this conversation in
Brainstorm
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there, would like to share here the recommended commit message convention.
☕ CHORE: commit message - This is useful for doing a general chore for the project.
✨ TWEAK: commit message - This is for general changes or updates to the project.
📚 DOCS: commit message - This is for any related update for the docs.
📦 NEW: commit message - This is for any new updates or addition to the project for example new features.
🐛 FIX: commit message - This is useful for any bug fixes.
🚀 RELEASE: commit message - This is for maintainers only commit message when committing some updates as finalization.
Keep in mind following this at the moment, I'll create a VS Code extension for this therefore we can easily implement this in our workflow. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions