Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.17 KB

File metadata and controls

40 lines (30 loc) · 1.17 KB

Commit Message Guidelines

English | 한국어

Format

label: message
  1. Place a label representing the category at the beginning, followed by the commit message describing the changes.
  2. Use all lowercase letters, and follow camelCase if necessary.

Message

  1. All commit messages must be written in English.

  2. Commit messages should clearly describe where, what, and how the changes were made.

    • Example: Developing authentication domain such as login/signup →

      feat: add auth service
      

Label

Label Description
feat Add a new feature / new code addition
fix Modify or improve a feature/code
bug Fix a bug/error
merge Merge branches
deploy Project deployment / related documentation
docs Add or update documentation
init Initial project setup / creation
delete Delete code/file/document
note Add comments
style Modify code style/structure
config Update configuration files, dependencies, or libraries
etc For cases not covered above