Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

커밋 컨벤션 논의 #1

Open
ycs1m1yk opened this issue Aug 30, 2022 · 0 comments
Open

커밋 컨벤션 논의 #1

ycs1m1yk opened this issue Aug 30, 2022 · 0 comments

Comments

@ycs1m1yk
Copy link
Member

ycs1m1yk commented Aug 30, 2022

📌 commit 타입

Type 용도
Feat 새로운 기능 추가했을 때
Fix 버그를 수정했을 때
Docs 문서 수정 (Read me)
Style 코드 포맷 변경, 세미 콜론 누락, 코드 수정이 없는 경우 (css 스타일과는 다른 개념)
Refactor 코드 리펙토링 시 (기능 변경 없이 코드 수정한 경우)
Test 테스트 코드, 리펙토링 테스트 코드 추가 했을 때
Chore 빌드와 관련된 부분, 패키지 매니저를 설정하는 경우
Design CSS 등 사용자 UI 디자인 변경했을 때
Rename 파일 혹은 폴더명을 수정하거나 옮기는 작업만한 경우
Remove 파일을 삭제하는 작업만 수행한 경우
Comment 필요한 주석을 추가, 변경하는 경우
!Breaking change 커다란 API 변경의 경우
!Hotfix 급하게 치명적인 버그를 고쳐야하는 경우

커밋 메세지

  • 제목은 50자를 넘기지 않고, 마침표를 붙이지 않습니다.
  • 제목 앞에 commit 타입을 함께 작성합니다. (하단의 표 참고)
  • 과거 시제를 사용하지 않고 명령조로 작성합니다.
  • 제목과 본문은 한 줄 띄워 분리합니다.
  • 제목의 첫 글자는 반드시 대문자로 씁니다.
  • 제목이나 본문에 이슈 번호(가 있다면) 붙여야 합니다.
  • 영어 / 한글 제한 x
  • prefix는 소문자로 합니다.

논의할 점

참고 링크

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant