커밋 메시지 형식
변경 사항에 대한 간단한 설명을 작성하면 된다.
접두사로 사용할 수 있는 키워드는 다음과 같다.
커밋 메시지의 첫 글자를
대문자
로 사용하지 않으며, 마지막에 마침표(.
)를 넣지 않는다.
명령형으로 작성하고 현제 시제를 사용한다.
위 커밋 컨벤션을 참고하여 메시지를 작성한다면 다음 예시와 같다.
docs(guide): updated fixed docs from Google Docs
style($location): add couple of missing semi colons
feat(directive): ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected
fix($compile): couple of unit tests for IE9
위 커밋 컨벤션을 참고해서 간단하게 작성해보았다.
docs: readme 파일 수정
feat: 숫자를 더하는 함수
refactor: 숫자를 더하는 함수 수정