Skip to content

πŸ“– Commit Convention

taehyun edited this page Sep 6, 2024 · 1 revision

Commit Convention - νƒ€μž…

λ‹€μŒμ€ 컀밋 λ©”μ‹œμ§€μ—μ„œ μ‚¬μš©ν•  수 μžˆλŠ” νƒ€μž…μ˜ μ˜ˆμž…λ‹ˆλ‹€:

  • feat: μƒˆλ‘œμš΄ κΈ°λŠ₯ μΆ”κ°€
  • fix: 버그 μˆ˜μ •
  • docs: λ¬Έμ„œ μˆ˜μ •
  • style: μ½”λ“œ ν¬λ§·νŒ…, μ„Έλ―Έμ½œλ‘  λˆ„λ½ λ“± (κΈ°λŠ₯ λ³€κ²½ μ—†μŒ)
  • refactor: μ½”λ“œ λ¦¬νŒ©ν† λ§ (κΈ°λŠ₯ λ³€κ²½ μ—†μŒ)
  • perf: μ„±λŠ₯ κ°œμ„ 
  • test: ν…ŒμŠ€νŠΈ μΆ”κ°€ λ˜λŠ” μˆ˜μ •
  • chore: λΉŒλ“œ μž‘μ—…, νŒ¨ν‚€μ§€ λ§€λ‹ˆμ € μˆ˜μ • λ“± (μ†ŒμŠ€ μ½”λ“œ λ³€κ²½ μ—†μŒ)
  • ci: CI/CD μ„€μ • μˆ˜μ •
  • build: λΉŒλ“œ μ‹œμŠ€ν…œ μˆ˜μ •
  • revert: 이전 컀밋 되돌리기

Commit Convention - 제λͺ©

  • 제λͺ©μ€ 50자λ₯Ό λ„˜μ§€ μ•Šμ•„μ•Ό ν•˜λ©°, 첫 κΈ€μžλŠ” λŒ€λ¬Έμžλ‘œ μ‹œμž‘ν•©λ‹ˆλ‹€.
  • 제λͺ©μ€ λͺ…λ Ήλ¬Έ ν˜•μ‹μœΌλ‘œ μž‘μ„±ν•©λ‹ˆλ‹€.
  • 제λͺ© 끝에 λ§ˆμΉ¨ν‘œλ₯Ό μ‚¬μš©ν•˜μ§€ μ•ŠμŠ΅λ‹ˆλ‹€.

Commit Convention - λ³Έλ¬Έ

  • 본문은 ν•„μš”μ— 따라 μžμ„Έν•œ μ„€λͺ…을 μ œκ³΅ν•©λ‹ˆλ‹€.
  • 본문은 72자λ₯Ό λ„˜μ§€ μ•ŠλŠ” ν•œ μ€„λ‘œ κ΅¬μ„±λ˜λ©°, 각 쀄은 κ°„κ²°ν•˜κ²Œ μž‘μ„±ν•©λ‹ˆλ‹€.
  • λ³€κ²½ μ‚¬ν•­μ˜ λ°°κ²½, λͺ©μ  및 영ν–₯ 등을 μ„€λͺ…ν•©λ‹ˆλ‹€.

Commit Convention - ν‘Έν„°

ν‘Έν„°λŠ” 이슈 트래컀의 이슈 번호λ₯Ό μ°Έμ‘°ν•˜λŠ” 데 μ‚¬μš©λ©λ‹ˆλ‹€. 예λ₯Ό λ“€μ–΄, Closes #123 ν˜•μ‹μœΌλ‘œ μž‘μ„±ν•©λ‹ˆλ‹€.

μ˜ˆμ‹œ

컀밋 λ©”μ‹œμ§€ μ˜ˆμ‹œ

  • feat: add login functionality(auth)
  • fix: correct button alignment(user)
  • docs: update installation instructions(REAMD.md)
  • style: format code with Prettier
  • refactor: improve performance of data fetching(bid)
  • perf: optimize image loading
  • test: add unit tests for user service(api)
  • chore: update dependency versions
  • ci: configure GitHub Actions
  • build: update webpack configuration
  • revert: remove unused feature
Clone this wiki locally