-
Notifications
You must be signed in to change notification settings - Fork 5
Commit Rule
조성현 edited this page Nov 1, 2021
·
3 revisions
Gitmoji는 커밋 메시지에 이모지 사용 한 표준입니다.
사용된 이모티콘만 보고 커밋의 목적이나 의도를 쉽게 식별할 수 있습니다.
😀 | explain |
---|---|
✨ | 새 기능 Introduce new features. |
🐛 | 버그 수정 Fix a bug. |
♻️ | 코드 리팩토링 Refactor code. |
➕ | 의존성 추가 Add a dependency. |
➖ | 의존성 제거 Remove a dependency. |
🔀 | 브랜치 합병 Merge branches. |
📝 | 문서 추가/수정 Add or update documentation. |
관련된 이슈를 지정합시다.
커밋에 대한 설명이나 고민을 적어줍시다.
ex)
✨ dummy data upload #222
explain about commit