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>(<optional scope>):<subject>empty separator line<optional body>empty separator line<optional footer>
feat
fix
refactor
perf
style
test
docs
build
chore
.gitignore
The subject contains a succinct description of the change.
subject
추가
변경
수정
삭제
개선
feat: 엄청난 버튼 추가
fix: <어떤 이유>인한 oo 컴포넌트 버그 수정
fix: 오타 수정
build: package.json dependency 업데이트
refactor: oo 컴포넌트 구조 리팩토링
style: white space 제거
revert: refactor: oo 컴포넌트 구조 리팩토링 This reverts commit 221d3ec6ffeead67cee8c730c4a15cf8dc84897a.
The text was updated successfully, but these errors were encountered:
😇👍🏻
Sorry, something went wrong.
gyuseok-dev
No branches or pull requests
Commit Formats
Default
Types
feat
: 기획과 관련한 기능 추가 및 삭제fix
: 버그 수정 및 기존 기능 수정refactor
: 리팩토링 (기능 수정 X) * 기능 수정과 리팩토링 구분해서 올려주세요.perf
: 성능 향상을 위한 리팩토링style
: code style 변경 (white-space, formatting, missing semi-colons, etc)test
: 테스트 추가docs
: 문서 추가/변경 (ReadMe.md)build
: 빌드 관련 변경 (build tool, ci pipeline, dependencies, project version)chore
: 그외 변경 (.gitignore
)Subject
The
subject
contains a succinct description of the change.추가
,변경
,수정
,삭제
,개선
등 명사형 문장으로 작성Body
추가
,변경
,수정
,삭제
,개선
등 명사형 문장으로 작성Examples
feat: 엄청난 버튼 추가
fix: <어떤 이유>인한 oo 컴포넌트 버그 수정
fix: 오타 수정
build: package.json dependency 업데이트
refactor: oo 컴포넌트 구조 리팩토링
style: white space 제거
revert: refactor: oo 컴포넌트 구조 리팩토링 This reverts commit 221d3ec6ffeead67cee8c730c4a15cf8dc84897a.
References
The text was updated successfully, but these errors were encountered: