Updated: 2026-07-11
π Generated Commit Message
Select type and enter description
π·οΈ Commit Type
feat Feature
fix Bug Fix
docs Docs
style Style
refactor Refactor
perf Perf
test Tests
build Build
ci CI/CD
chore Chore
revert Revert
βοΈ Details
β‘ Quick Templates
β¨ New Feature
π Fix Bug
π Update Docs
β»οΈ Refactor
β‘ Optimize
π§ͺ Add Tests
π About Conventional Commits
Format: <type>(<scope>): <description>
Conventional Commits provide a lightweight convention for commit messages. It helps with:
β’ Automatic CHANGELOG generation β’ Automated semantic versioning β’ Better collaboration and code review β’ Clear project history
Common Types
feat - New feature | fix - Bug fix | docs - Documentation | style - Code style | refactor - Refactoring | perf - Performance | test - Tests | build - Build system | ci - CI/CD | chore - Maintenance | revert - Rollback
Examples
feat(api): add user registration endpoint
fix(auth): fix token refresh race condition
feat!: redesign database schema