We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
개인 작업 시 커밋 메시지 규칙을 정리한다.
구조
type(타입) : title(제목) body(본문, 생략 가능) Resolves : #issue (해결한 이슈, 생략 가능) See also : #issue (참고 이슈, 생략 가능)
커밋 유형 지정
feat
fix
docs
style
refactor
test
chore
https://meetup.toast.com/posts/106
The text was updated successfully, but these errors were encountered:
No branches or pull requests
개인 작업 시 커밋 메시지 규칙을 정리한다.
구조
커밋 유형 지정
feat
: 새로운 기능 추가fix
: 버그 수정docs
: 문서 수정style
: 스타일 관련 기능(코드 포맷팅, 세미콜론 누락, 코드 자체 변경 없음)refactor
: 코드 리펙토링test
: 테스트 코드, 리펙토링 테스트 코드 추가chore
: 빌드 업무 수정, 패키지 매니저 수정(ex. gitignore 수정 등)https://meetup.toast.com/posts/106
The text was updated successfully, but these errors were encountered: