-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
제곧내 refactor :엔티티 리팩토링
- Loading branch information
Showing
1 changed file
with
18 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,18 @@ | ||
# <타입> : <제목> 형식으로 작성하며 제목은 최대 50글자 정도로만 입력 | ||
# 제목을 아랫줄에 작성, 제목 끝에 마침표 금지, 무엇을 했는지 명확하게 작성 | ||
|
||
################ | ||
# 본문(추가 설명)을 아랫줄에 작성 | ||
|
||
################ | ||
# 꼬릿말(footer)을 아랫줄에 작성 (관련된 이슈 번호 등 추가) | ||
|
||
################! | ||
# feature : 새로운 기능 추가 | ||
# fix : 버그 수정 | ||
# docs : 문서 수정 | ||
# test : 테스트 코드 추가 | ||
# refactor : 코드 리팩토링 | ||
# style : 코드 의미에 영향을 주지 않는 변경사항 | ||
# chore : 빌드 부분 혹은 패키지 매니저 수정사항 | ||
################ |