Skip to content

Commit Convention (gitmoji)

Geonwoo Lee edited this page Jul 11, 2024 · 1 revision
Gitmoji Github label Description
✨ (sparkles) feature Add new feature.
🚑️ (ambulance) hotfix Need hotfix something.
🔧 (wrench) chore Modify and delete files that do not affect app functionality.
🚚 (truck) resource Add iamge & color asset files.
🎨 (art) style Edit only code style. ex) space, semicolon
📱 (iphone) design Modify UI-related code.
📝 (memo) docs Modify docs. ex) .readme
🐛 (bug) bug Fix some bug.
♻️ (recycle) refactor Refactoring some code.
🧪 (test_tube) test Add or modify test code.

refer : gitmoji, gitmoji-cli

Clone this wiki locally