(ENG) Github Commit Message Conventions

Commit messages should abide to the following convention :

Activity: Commit Message    
  • Activities
    • feat: new features
    • fix: fix an error or issue
    • chore : minor fixes (when it does not correspond to build errors, operational code fixes/refactoring)
    • mod: modify existing feature
    • rfc: refactor code
    • rmv: remove existing file or directory
    • doc: changes to document or comment



Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • (ENG) Are Sixteen Heads Really Better than One?
  • (작성중)(ENG) Attention Is All You Need Paper Review
  • (KOR) 소프트웨어 서비스 설계 방법론
  • (KOR) Retrieval-Augmented Machine Translation with Unstructured Knowledge 논문 리뷰
  • (KOR) Arc Browser 사용법