-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
19 lines (19 loc) · 1.33 KB
/
Copy path.gitmessage
File metadata and controls
19 lines (19 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# <타입>: <제목> (예: solve: [W01] 프로그래머스 신고 결과 받기)
#
# ┌── 타입 ─────────────────────────────────────────────┐
# │ solve : 문제 풀이 추가 │
# │ fix : 풀이 수정 / 오답 정정 │
# │ refactor : 로직 동일, 코드 정리 │
# │ docs : 문서(자기소개·README 등) 수정 │
# │ chore : 설정·기타 │
# └─────────────────────────────────────────────────────┘
#
# [본문] 무엇을·왜 했는지 (선택 / 위에 한 줄 비우고 작성)
#
#
# [꼬리말] 관련 이슈·PR (선택) 예: Ref #12
#
# ─────────────────────────────────────────────────────
# ✔ 제목은 50자 이내, 마침표 없이, 명령형으로 작성
# ✔ 등록: git config commit.template .gitmessage
# ─────────────────────────────────────────────────────