ISSUE12 :: git commit message
최근에 git-cz 를 받고 어떻게 message 를 작성할까 고민을 많이 했다.
*ref ; https://djkeh.github.io/articles/How-to-write-a-git-commit-message-kor/
단순하게 몇가지 example을 보면서 좋은 commit message를 확인해보자.
제목을 명령문으로 쓰는것은 git's built-in convention 을 따른다고 소개되어 있습니다.
e.g) Fixed bug with apache-beam
본문은 평서문으로 작성한다고 합니다. (본문을 구체적으로 써본적은 없네....)
가장 흥미롭게 읽었던것은 이슈번호이다.
{동작} #번호 - 내용
e.g) Test #30 - [Context]
이슈 번호와 연결할 수 있는 링크가 생성된다고 합니다. (바로,, 추가해봐야 겠다.)
종료는
키워드 #번호
또, 브랜치별로 이슈를 닫는 경우 이후에 merge 해서 닫아야 하는 경우 이슈가 닫힐 때가 있다고 합니다. 이건 참고...
'Toy-Project > ISSUE' 카테고리의 다른 글
댓글
이 글 공유하기
다른 글
-
ISSUE14 :: AXIOS(vue.js, node.js-bigQuery) CORS 해결방법
ISSUE14 :: AXIOS(vue.js, node.js-bigQuery) CORS 해결방법
2020.08.26 -
ISSUE13 :: Load Balancer 에러 처리하기
ISSUE13 :: Load Balancer 에러 처리하기
2020.08.24 -
ISSUE11 :: google.api_core.exceptions.DeadlineExceeded: 504 Deadline Exceeded
ISSUE11 :: google.api_core.exceptions.DeadlineExceeded: 504 Deadline Exceeded
2020.08.20 -
ISSUE10 :: line 91, in finish_bundle NameError: name 'beam' is not defined During handling of the above exception, another exception occurred:
ISSUE10 :: line 91, in finish_bundle NameError: name 'beam' is not defined During handling of the above exception, another exception occurred:
2020.08.14