Skip to content

Commit Convention

Inho Choi edited this page Oct 20, 2022 · 4 revisions

Commit Labeling

  • 깃 이모지를 라벨링으로 적극적으로 사용합니다.
  • 깃 이모지 다음 한 칸을 공백을 두고 Comment를 작성합니다.
깃 이모지 내용 명령어
기능 추가 :sparkles:
🐛 버그 수정 :bug:
✏️ 코드 스타일 및 포맷 변화(*린트 Warning 수정) :pencil2:
♻️ 리팩토링 :recycle:
📝 문서관련 파일 수정 :memo:
🙈 git 및 swiftlint 관련 파일 수정 :see_no_evil:
🍱 Asset 관련 파일 수정 :bento:
🏗️ Build 및 CocoaPod 파일 수정 :building_construction:

Commit Comment

  • 명령형 문장으로 선언합니다.
Clone this wiki locally