Skip to content

Git Rule

Lim Seung-Yi edited this page Jun 9, 2023 · 3 revisions

Commit

Commit타입: :이모지: 내용 #이슈번호. 👉 ex) feat: :sparkles: 로그인 API 추가 #1

커밋 내용은 한글로 작성!

commit 종류 이모지 commit type
처음 구조 잡을 때 :tada: ⇒ 🎉 init:
새 기능 추가 :sparkles: ⇒ ✨ feat:
버그를 고침 :bug: ⇒ 🐛 fix:
기능 수정X, 위치 변경, 메소드 위치 변경 등… :hammer: ⇒ 🔨 refactor:
문서를 수정 :books: ⇒ 📚 docs:
코드를 정렬 :memo: ⇒ 🗒️ test:
잡일 :wrench: ⇒ 🛠️ chore:

출처 : 찬욱멘토님

Clone this wiki locally