Skip to content

Commit Rule

조성현 edited this page Nov 1, 2021 · 3 revisions

1. 깃모지 사용

Gitmoji는 커밋 메시지에 이모지 사용 한 표준입니다.

사용된 이모티콘만 보고 커밋의 목적이나 의도를 쉽게 식별할 수 있습니다.

https://gitmoji.dev/

😀 explain
새 기능 Introduce new features.
🐛 버그 수정 Fix a bug.
♻️ 코드 리팩토링 Refactor code.
의존성 추가 Add a dependency.
의존성 제거 Remove a dependency.
🔀 브랜치 합병 Merge branches.
📝 문서 추가/수정 Add or update documentation.

2. 제목 뒤에 이슈 넘버 붙이기

관련된 이슈를 지정합시다.

3. 본문 꼭 쓰기

커밋에 대한 설명이나 고민을 적어줍시다.

ex)

✨ dummy data upload #222

explain about commit 
Clone this wiki locally