Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 539 Bytes

File metadata and controls

23 lines (15 loc) · 539 Bytes

커밋 형식

[커밋 명령어] 메세지

커밋 명령어

  • feat (feature)
  • fix (bug fix)
  • docs (documentation)
  • style (formatting, missing semi colons, …)
  • refactor
  • test (when adding missing tests)
  • chore (maintain) i.e. git, linter, code formater

참고

풀리퀘스트 형식

브랜치를 통한 풀리퀘스트

브랜치 명은 feature/아이디로 한다