-
Notifications
You must be signed in to change notification settings - Fork 0
/
.git-commit-template
37 lines (33 loc) ยท 1.44 KB
/
.git-commit-template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# ๊ณต๋ถ&TIL ๋ฉ๋ชจ์ฉ ๋ ํฌ ์ ์ฉ commit template
# <[type]>: <subject>
##### Subject 50 characters ################# ->
# Body Message
######## Body 72 characters ####################################### ->
# Issue Tracker Number or URL (optional) ->
# --- COMMIT END ---
# Type can be
# new : ์๋ก์ด ๋ด์ฉ(์ด๋ก ,๋ฌธ์ ...) ์ถ๊ฐ
# docs : ๋ฌธ์ ์์ฑ/์์
# fix : ๋ฒ๊ทธ/์คํ/์ฝ๋๋ก์ง ์์
# refactor: ์ฝ๋ ๋ฆฌํฉํ ๋ง
# style : ์ฝ๋ ํฌ๋งทํ
, ์ธ๋ฏธ์ฝ๋ก ๋๋ฝ ๋ฑ ๋ด๋ถ ๋ก์ง ๋ณ๊ฒฝ์ด ์๋ ๊ฒฝ์ฐ
# test : ํ
์คํธ ์ฝ๋, ๋ฆฌํฉํ ๋ง ํ
์คํธ ์ฝ๋ ์ถ๊ฐ
# chore : ๋น๋ ์
๋ฌด ์์ , ํจํค์ง ๋งค๋์ ์์
# remove : ์ฝ๋/ํ์ผ ์ญ์
# dep : ์์กด์ฑ ๊ด๋ จ ์์
# etc : ๊ธฐํ
# ------------------
# Remember me ~
# Capitalize the subject line
# ์ ๋ชฉ์ค์ ๋๋ฌธ์๋ก ์์ํ๋ค.
# Use the imperative mood in the subject line
# ์ ๋ชฉ์ค์ ๋ช
๋ น์ด๋ก ์์ฑํ๋ค.
# Do not end the subject line with a period
# ์ ๋ชฉ์ค์ ๋ง์นจํ๋ก ๋๋ด์ง ์๋๋ค.
# Separate subject from body with a blank line
# ๋ณธ๋ฌธ๊ณผ ์ ๋ชฉ์๋ ๋น์ค์ ๋ฃ์ด์ ๊ตฌ๋ถํ๋ค.
# Use the body to explain what and why vs. how
# ๋ณธ๋ฌธ์๋ "์ด๋ป๊ฒ" ๋ณด๋ค๋ "์"์ "๋ฌด์์" ์ค๋ช
ํ๋ค.
# Can use multiple lines with "-" for bullet points in body
# ๋ณธ๋ฌธ์ ๋ชฉ๋ก์ ๋ํ๋ผ๋๋ "-"๋ก ์์ํ๋ค.
# ------------------