- Separate subject from body with a blank line
- Limit the subject line to 50 characters
- Capitalize the subject line
- Do not end the subject line with a period
- Have specified subject type or subject type in bracket
- Use the imperative mood in the subject line
- the verb is in the past tense or not
- the verb is the third person
- Wrap the body at 72 characters
- https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit
- https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/
- https://medium.com/@menuka/writing-meaningful-git-commit-messages-a62756b65c81
위의 convention 을 참조했으며 대표적인 opensorce commit message 형식을 참조했습니다.