Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 350 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 350 Bytes

omoji-server

Commit convention

Convention Detail
[INIT] 초기 설정
[ADD] 변경
[FIX] 로직 수정
[FEAT] 새로운 기능 추가
[CHORE] 기타 변경
[COMMENT] 커멘트 작성
[REFACTORING] 리펙토링

Ex. [INIT] Setting new module

Branch convention

Branch name
feat/기능명

Ex. feat/auth