Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 713 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 713 Bytes

where42_backend 2기

in progress (2023.06 ~)

team member

jnam (https://www.github.com/namzisun)
jonhan (https://www.github.com/Hanjjong)
hjeong (https://www.github.com/hani-j)
suhwpark (https://www.github.com/parksooo)

git convention

[type] : commit message

  [feat] : 새로운 기능을 추가
  [fix] : 버그를 고친 경우
  [docs] : 문서 혹은 readme 수정
  [refactor] : 코드 리팩토링
  [comment] : 주석 추가 및 변경
  [test] : 테스트 추가, 테스트 리팩토링
  [rename] : 파일 혹은 폴더명 수정하거나 옮기는 작업
  [remove] : 파일 삭제하는 작업
  [swagger] : swagger 코드 추가 및 수정
  [chore] : 그 외 나머지