HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
👩‍👩‍👦‍👦
[팀01] 김팽박이
/
1️⃣
Commit Convention
1️⃣

Commit Convention

Commit Convention


📌
Commit Message는 한글로 작성한다.
📌
type: Commit Message type 뒤에는 콜론(:)을 사용한다.
type
description
feat
기능 추가
fix
버그 수정
refactor
리팩터링
style
css 디자인 관련 내용
docs
문서 작성 및 수정
test
테스트 관련
build
빌드 관련
deploy
배포 관련
chore
그 외 내용(패키지 추가, 파일명 변경 … )