구조
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
feat: 새로운 기능 추가
fix: 버그수정
docs: 문서 수정
style: 코드 스타일 수정(코드스타일 수정
refactor: 리팩토링
test: 테스트 추가/수정
chore: 태스크 러너(축소화, 유닛 테스트, 린트) 업데이트
참고: Git Commit Msg
feat!: allow provided config object to extend other configs
BREAKING CHANGE: `extends` key in config file is now used for extending other config files
docs: correct spelling of CHANGELOG
feat(lang): add polish language
fix: correct minor typos in code
see the issue for details
on typos fixed.
Reviewed-by: Z
Refs #133
현재 회사에서 Conventional Commits을 사용하고 일감 번호가 눈에 더 잘 띄도록
feat(일감번호): description
형태를 사용하고있는데 이와 같이 사용하니 적용 범위를 적을 공간이 사라졌다...
기본적인 convention을 따르며 업무에 맞게 수정하여 형태를 만들어나가는 것도 좋은 방법인 것 같다. :-)