-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
### 제목 - (영문기준) 50자 이내 | ||
# [커밋 타입] 작업 내용 | ||
|
||
|
||
### 본문 - (영문 기준) 1줄 72자 이내 | ||
# (1)무엇을 (2)왜 (3) 어떻게 수정했는지 | ||
|
||
|
||
### 꼬리말 | ||
# (선택)이슈 등 아래 작성 | ||
|
||
# [ 커밋 타입 목록 ] | ||
# Feat : 기능 (새로운 기능) | ||
# Fix : 버그 (버그 수정) | ||
# Design : CSS 등 사용자 UI 디자인 변경 | ||
# Refactor : 리팩토링 | ||
# Style : 스타일 (코드 형식, 세미콜론 추가: 비즈니스 로직에 변경 없음) | ||
# Docs : 문서 (문서 추가, 수정, 삭제) | ||
# Test : 테스트 (테스트 코드 추가, 수정, 삭제: 비즈니스 로직에 변경 없음) | ||
# Chore : 기타 변경사항 (빌드 스크립트 수정 등) | ||
# Post : 블로그 포스트 추가 (신규 포스트 작성 및 수정) | ||
# Rename : 파일 혹은 폴더명을 수정하거나 옮기는 작업만 하는 경우 | ||
# Remove : 파일을 삭제하는 작업만 수행한 경우 |