Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 332 Bytes

File metadata and controls

13 lines (11 loc) · 332 Bytes

eks_study

커밋컨벤션

  • [Category] 목적

Category 종류

  • feat : 새로운 기능 추가
  • fix : 버그 수정
  • style : 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우
  • refactor : 코드 리팩토링
  • docs : 문서 수정
  • test : 테스트 코드 관리
  • etc : 기타