-
Notifications
You must be signed in to change notification settings - Fork 2
๐๊ท์น
mjseok edited this page Jun 12, 2021
·
4 revisions
๋ถ๋ฅ | ์ค๋ช | ๋น๊ณ |
---|---|---|
master |
์ค์ ๋ก ๋ฐฐํฌํ ์์ ์ ์ธ ๋ฒ์ | - |
dev |
๊ฐ๋ฐ ์๋ฃํ ๊ธฐ๋ฅ์ด ํฌํจ๋ ์ํ | - |
feat |
๊ธฐ๋ฅ ๊ฐ๋ฐ์ค | ๋ธ๋์น ์ด๋ฆ์ feat/{๊ธฐ๋ฅ๋ช
} ์ผ๋ก ์์ฑ |
hotfix |
๊ธด๊ธํ ์ค๋ฅ ์์ ์ | - |
merge - 2๋ช ์ด์์ approve ํ ๊ฐ์ merge Commit์ ์๊ฒ PR์ ๊ธฐ๋ฅ๋ณ๋ก
- feat -> dev
- ๊ธฐ๋ฅ๋ณ๋ก(ํ์ํ๋ฉด pr๋ ๋ ค๋ ์ข์)
- template์ฌ์ฉ
- PR ์ ๋ชฉ - [prefix] [#issue ๋ฒํธ] ์ ๋ชฉ
- prefix -
FE / BE / COMMON / AI
ex)[FE][#12] ์ ๋ชฉ
- prefix -
# ๊ฐ์
- ~~ ๊ตฌํ
-
# ์ฒดํฌ๋ฆฌ์คํธ
- [x]
# ๋ฆฌ๋ทฐ๊ฐ ํ์ํ ๋ถ๋ถ (optional)
- ~~๋ถ๋ถ
- ๋จ์๋ ์๊ฒ
- commit message ๊ท์น ์
# [prefix]: [type] #issue ์ ๋ชฉ
##### Subject 50 characters ################# -> |
# Body Message
######## Body 72 characters ####################################### -> |
# Issue Tracker Number or URL
# close #issue_id
# --- COMMIT END ---
# Type can be
# FEAT : new feature
# FIX : bug fix
# REFACTOR: refactoring production code
# STYLE : formatting, missing semi colons, etc; no code change
# DOCS : changes to documentation
# CHORE : updating grunt tasks etc
# no production code change
# TEST : test code
# ------------------
# ์ ๋ชฉ์ ์ ์ฒด ๋ด์ฉ์ ๊ฐ๊ฒฐํ๊ฒ ์์ฝํ ๊ฒ.
# ํจ์ ๊ธฐ๋ฐ์ ์ปค๋ฐ์ ์งํํ๋ฉฐ, ํจ์ ์์ฑ ์ด์ ๋ฅผ ๋ด์ ๊ฒ.
# ํจ์๊ฐ ์ฌ์ฉ๋ ๊ธฐ๋ฅ ๋ฐ ๊ด๋ จ ๊ธฐ๋ฅ์ ๋ฐํ ๊ฒ.
# Remember me
# ์ ๋ชฉ๊ณผ ๋ด์ฉ์ ํ๊ธ๋ก ์์ฑํ๋ค.
# ์ ๋ชฉ์ค์ ๋ง์นจํ๋ก ๋๋ด์ง ์๋๋ค.
# ๋ณธ๋ฌธ๊ณผ ์ ๋ชฉ์๋ ๋น์ค์ ๋ฃ์ด์ ๊ตฌ๋ถํ๋ค.
# ๋ณธ๋ฌธ์๋ "์ด๋ป๊ฒ" ๋ณด๋ค๋ "์"์ "๋ฌด์์" ์ค๋ช
ํ๋ค.
# ๋ณธ๋ฌธ์ ๋ชฉ๋ก์ ๋ํ๋ผ๋๋ "-"๋ก ์์ํ๋ค.
# Issue ๋งํฌ๋ ํ์ํ ๊ฒฝ์ฐ์๋ง ์์ฑํ๋ค.
# ------------------