Skip to content

7) Convention

jsh6269 edited this page Nov 26, 2025 · 3 revisions

Branch Name Convention

ex) feat/user-auth-error

Type feature
feat Add a new feature
fix Fix a bug
hotfix Fix an urgent bug

Commit Message Convention

ex) feat: create login page

Type feature
feat Add a new feature
fix Fix a bug
refactor Refactor code (no change in behavior, only internal structure)
style Change code style (formatting, adding/removing semicolons, etc.)
docs Update documentation (e.g., README, comments, etc.)
test Add or update test code
chore Update build settings, package manager settings, etc.

Code Style Guide

  • Frontend (Kotlin): ktlint, spotless
  • Backend (Python): isort, black, ruff

Clone this wiki locally