Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 374 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 374 Bytes

template

How to apply custom gitmessage

$ make set-git

Commit rule

  • [언어] 타입: 꼬릿말 | 파이썬 파일의 경우 [언어] 생략
  • ex) .py 파일의 경우, feat: Add tokenizer utils
  • ex) 그 외, [shell] feat: Add git action script

How to use pre-commit

Installation

$ make all

Execution

$ make check