Skip to content

Commit Convention

윤이진 edited this page Nov 16, 2021 · 2 revisions

Git Commit Convention

type:[#issue num] commit message
  • feat : 기능 개발
  • fix : 버그 픽스
  • refactor : 코드 리팩토링
  • docs : README와 같은 문서 변경
  • style : 디자인 관련 코드
  • test : 테스트 관련 코드
  • deploy : 배포 관련 작업
  • chore : 기타 작업들