Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 484 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 484 Bytes

where42_back_v3

where42 backend v3

git convention

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