-
Notifications
You must be signed in to change notification settings - Fork 4
Git Commit Convention
IJin Yun edited this page Nov 4, 2021
·
1 revision
팀장 : 윤이진
type:[#issue num] commit message
- feat : 기능 개발
- fix : 버그 픽스
- refactor : 코드 리팩토링
- docs : README와 같은 문서 변경
- style : 디자인 관련 코드
- test : 테스트 관련 코드
- deploy : 배포 관련 작업
- chore : 기타 작업들