Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 866 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 866 Bytes

Commit-Message-Corrector

commit convention 에 맞는 commit 메세지인 지를 판별하는 프로그램

What?

  1. Separate subject from body with a blank line
  2. Limit the subject line to 50 characters
  3. Capitalize the subject line
  4. Do not end the subject line with a period
  5. Have specified subject type or subject type in bracket
  6. Use the imperative mood in the subject line
    1. the verb is in the past tense or not
    2. the verb is the third person
  7. Wrap the body at 72 characters

Commit Convention

위의 convention 을 참조했으며 대표적인 opensorce commit message 형식을 참조했습니다.