-
Notifications
You must be signed in to change notification settings - Fork 1
Commit Convention
ingyobot edited this page Nov 21, 2022
·
6 revisions
์ปค๋ฐ ์ ์ npm run format
๋ก ํ๋ฆฌํฐ์ด๋ฅผ ์คํํ๊ณ ์ปค๋ฐํ๊ธฐ
type: ์ ๋ชฉ
(๋ ์ค ๋์ ๋ถ๋ฆฌ)
body
(๋ ์ค ๋์ ๋ถ๋ฆฌ)
footer
// body ๋งจ ์์
Co-authored-by: hhnn0 <[email protected]>
Co-authored-by: jhj9109 <[email protected]>
Co-authored-by: jis8140 <[email protected]>
Co-authored-by: ingyobot <[email protected]>
feat - ์๋ก์ด ๊ธฐ๋ฅ ์ถ๊ฐ
fix - ๋ฒ๊ทธ๋ฅผ ๊ณ ์น ๊ฒฝ์ฐ
design - css ๋ฑ ์ฌ์ฉ์ UI ๋์์ธ ๋ณ๊ฒฝ
style - ์ฝ๋ ํฌ๋งท ๋ณ๊ฒฝ, ์ธ๋ฏธ ์ฝ๋ก ๋๋ฝ ๋ฑ
refactor - ๋ฆฌํฉํ ๋ง
comment - ์ฃผ์ ์ถ๊ฐ ๋ฐ ๋ณ๊ฒฝ
docs - ๋ฌธ์๋ฅผ ์์ ํ ๊ฒฝ์ฐ
test - ํ
์คํธ ์ถ๊ฐ, ํ
์คํธ ๋ฆฌํฉํ ๋ง
chore - ๋น๋ ํ์คํฌ ์
๋ฐ์ดํธ. ํจํค์ง ๋งค๋์ ๋ฅผ ์ค์ ํ๋ ๊ฒฝ์ฐ
rename - ํ์ผ ํน์ ํด๋๋ช
์ ์์ ํ๊ฑฐ๋ ์ฎ๊ธฐ๋ ์์
๋ง์ธ ๊ฒฝ์ฐ
remove - ํ์ผ์ ์ญ์ ํ๋ ์์
๋ง ์ํํ ๊ฒฝ์ฐ
!breaking change - ์ปค๋ค๋ API ๋ณ๊ฒฝ, DB ํ
์ด๋ธ ๋ณ๊ฒฝ, ๊ธํ๊ฒ ์น๋ช
์ ์ธ ๋ฒ๊ทธ๋ฅผ ๊ณ ์ณ์ผ ํ๋ ๊ฒฝ์ฐ
!hotfix - ํซํฝ์ค
merge - FE, BE ๊ณต๋์ผ๋ก ์์
ํ๋ ๊ฒฝ์ฐ
- ์ ๋ชฉ์ ์ฒ์์ ๋์ฌ ์ํ์ผ๋ก ์์
- ์์ด๋ก ์์ฑํ๋ ๊ฒฝ์ฐ 'Fix', 'Add', 'Change'
- ํ๊ธ๋ก ์์ฑํ๋ ๊ฒฝ์ฐ '๊ณ ์นจ', '์ถ๊ฐ', '๋ณ๊ฒฝ' ๋ฑ์ ๋ช ๋ น์ด๋ก ์์
- ๋ณธ๋ฌธ์ ๋ด์ฉ์ ์ด๋ป๊ฒ ๋ณ๊ฒฝํ๋์ง ๋ณด๋ค ๋ฌด์์, ์ ๋ณ๊ฒฝํ๋์ง ์ค๋ช
- ์์ ๊ตฌ์ ๋ฐ์ง ์๊ณ ์ต๋ํ ์์ธํ ์์ฑ
- '์ ํ: # ์ด์ ๋ฒํธ' ํ์์ผ๋ก ์์ฑ
- ์ฌ๋ฌ๊ฐ์ ์ด์ ๋ฒํธ๋ฅผ ์ ์ ๋๋ ์ผํ๋ก ๊ตฌ๋ถ
- 'fixes: #45 related to: #34, #23' ํ์์ผ๋ก ์์ฑ
fixes: ์ด์ ์์ ์ค(๋ฏธ์์ผ ๊ฒฝ์ฐ)
resolves: ์ด์๋ฅผ ํด๊ฒฐํ์ ๊ฒฝ์ฐ
ref: ์ฐธ๊ณ ํ ์ด์๊ฐ ์์ ๊ฒฝ์ฐ
related to: ํด๋น ์ปค๋ฐ์ ๊ด๋ จ๋ ์ด์ ๋ฒํธ(๋ฏธ์์ผ ๊ฒฝ์ฐ)