포매터 및 코드
커밋 메시지 생성기
Conventional commits, scoped and footer-aware.
feat: <subject>
편집자 노트
Understanding · The future-self bug-hunting memo, in 50 characters.
이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.
자주 묻는 질문
Quick answers.
›What is the Conventional Commits specification?
It is a lightweight convention for commit messages that provides a set of rules for creating an explicit commit history. It follows the pattern `type(scope): description` to communicate intent.
›When should I use a breaking change footer?
Use a breaking change footer whenever the commit introduces a change that is not backwards compatible. This usually triggers a major version bump in semantic versioning.
›Are my commit messages stored on your server?
No. The generator runs entirely within your browser session. Your code snippets, scopes, and descriptions never leave your local device.
›What do the different commit types mean?
`feat` is for new features, `fix` for bug fixes, `docs` for documentation, and `refactor` for code changes that neither fix a bug nor add a feature.
사람들이 다음도 검색합니다.
관련 도구