Rulebook

Claude Rules 관리

문서맵
  • auth-security
  • component-design
  • entities-api
  • entities-layer
  • entities-model
  • error-handling
    v3
  • features-layer
  • fsd-architecture
  • performance
  • proxy
  • react-hooks
    v31
  • security
  • server-components
    v2
  • shared-layer
  • state-management
    삭제됨
  • tailwind-css
    v3
  • tanstack-query
  • testing
  • views-layer
    v3
  • widget-layer
  • changelog
  • development-workflow
  • documentation
    v2
  • error-handling
  • git-commit
  • marketing-seo
  • marketing-ux
  • naming-convention
  • security
  • testing
  • typescript-standards
  • ux-copy-and-tone
  • api-design
    v3
  • database
    v2
  • django
    v2
  • fastapi
    v2
  • nest
    v3
  • security
  • supabase
    v2
  • README
    v2
  • task-management
    v2
전체 룰 다운로드
common/git-commit

Git Commit Convention

activev12026. 5. 4. 업데이트

description: "Git 커밋 컨벤션"

Git Commit Convention

Conventional Commits Format

  • feat(scope): description - 새로운 기능
  • fix(scope): description - 버그 수정
  • refactor(scope): description - 코드 리팩토링
  • docs(scope): description - 문서 변경
  • test(scope): description - 테스트 추가/수정
  • style(scope): description - 포맷팅, 세미콜론 등 (기능 변경 없음)
  • perf(scope): description - 성능 개선
  • chore(scope): description - 빌드, 툴링 변경

예시

  • feat(auth): add JWT-based authentication hook
  • fix(auth): resolve SSR localStorage error
  • docs(readme): update setup instructions

커밋 전 체크리스트

  1. 테스트 통과 확인
  2. 빌드 성공 확인
  3. 필요한 경우 문서 업데이트
  4. Conventional Commits 형식 준수

피드백 0

아직 피드백이 없어요. 첫 번째로 의견을 남겨보세요!

←error-handlingmarketing-seo→

목차

Conventional Commits Format예시커밋 전 체크리스트