Skip to content

Commit Message Convention

LeeEunyoung edited this page Nov 3, 2023 · 9 revisions

커밋컨벤션

  • feat : 새로운 기능 추가
  • fix : 버그 수정
  • refactor : 코드 리팩토링
  • rename : 네이밍 변경
  • remove : 파일 삭제
  • style : 코드 포맷 변경, 세미 콜론 누락, 오타수정, 콘솔 제거
  • chore : 빌드 부분 혹은 패키지 매니저, config 수정
  • docs : 문서 작성

Clone this wiki locally