Pull Request ์์ฑ ๊ฐ์ด๋
์ ๋ชฉ ํ์ : <type>(<scope>): <description>
์๋ฌธ์ ๋ก ์์
๋ช
๋ นํ ํ์ฌ ์์ ์ฌ์ฉ (add, ๊ณผ๊ฑฐํ added๊ฐ ์๋)
๋ง์นจํ ์์
50์ ์ด๋ด ๊ถ์ฅ
Type
์ค๋ช
์์
feat
์๋ก์ด ๊ธฐ๋ฅ ์ถ๊ฐ
feat(user): add email verification
fix
๋ฒ๊ทธ ์์
fix(payment): resolve timeout error
docs
๋ฌธ์ ๋ณ๊ฒฝ
docs(api): add OpenAPI spec
style
์ฝ๋ ์คํ์ผ ๋ณ๊ฒฝ
style(user): format with prettier
refactor
์ฝ๋ ๋ฆฌํฉํ ๋ง
refactor(order): extract calculation logic
test
ํ
์คํธ ์ถ๊ฐ/์์
test(user): add authentication tests
chore
๊ธฐํ ๋ณ๊ฒฝ์ฌํญ
chore(deps): upgrade Laravel to 12.1
perf
์ฑ๋ฅ ๊ฐ์
perf(database): optimize user query
ci
CI/CD ๋ณ๊ฒฝ
ci(github): add deployment workflow
build
๋น๋ ์์คํ
๋ณ๊ฒฝ
build(docker): update PHP to 8.5
revert
์ด์ ์ปค๋ฐ ๋๋๋ฆฌ๊ธฐ
revert(payment): revert payment feature
Scope
์ค๋ช
user, product, order, payment
๋๋ฉ์ธ ๊ด๋ จ
auth, api, database, middleware
์ปดํฌ๋ํธ ๊ด๋ จ
service, controller, model
๋ ์ด์ด ๊ด๋ จ
docker, deps, config, github
์ธํ๋ผ ๊ด๋ จ
feat(user): add email verification
fix(payment): resolve timeout error
refactor(order): extract calculation logic
docs(api): add OpenAPI specification
chore(deps): upgrade Laravel to 12.1