Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit Message Conventions #14

Open
JunilHwang opened this issue May 12, 2020 · 1 comment
Open

Commit Message Conventions #14

JunilHwang opened this issue May 12, 2020 · 1 comment

Comments

@JunilHwang
Copy link
Member

컨벤션

feat (feature)
fix (bug fix)
docs (documentation)
style (formatting, missing semi colons, …)
refactor
test (when adding missing tests)
chore (maintain)

커밋 메세지 예시

  • "feat: 로그 메세지 추가"
  • "fix: 로딩이 되지 않는 버그 수정"
  • "docs: 코딩 컨벤션 문서 작성"
  • "styles: tab indent를 4에서 2로 변경"
  • "refactor: 리팩토링"
  • "test: 테스트 케이스 추가"
@JunilHwang
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant