Skip to content

Commit & PR Convention

Inho Choi edited this page Sep 11, 2022 · 1 revision

Welcome to the BlueCombing wiki!

Git Convention

✅ PR Approve : *1명*

Git Commit & PR Messaged

Type Subject
[Feat] 새로운 기능 추가
[Fix] 버그 수정
[Build] 빌드 관련 파일 수정
[Design] UI Design 변경
[Docs] 문서 관련
[Style] 스타일 (코드 형식, 세미콜론 추가 : 비즈니스 로직에 변경 없는 경우)
[Refactor] 코드 리팩토링
[Modify] 코드 리뷰 후 수정

예시) [Type] 커밋메세지 git commit -m "[Feat] 로그인 기능"

  • Type과 메세지 사이에 공백 필수
Clone this wiki locally