-
Notifications
You must be signed in to change notification settings - Fork 7
Home
KIM CHAN HEE edited this page Nov 9, 2022
·
13 revisions
- Common Error Code (0번대)
- Auth Error Code (100번대)
- User Error Code (200번대)
- Books Error Code (300번대)
- Lendings Error Code (400번대)
- Reservation Error Code (500번대)
- Likes (600번대)
- history (700번대)
- reviews (800번대)
- commit의 기준
- commit의 타입
- commit 예시
- 네이밍
- ts파일의 import
- express, mysql 연결
- swagger로 api 작성
- api 구현
- 슬랙봇 알림 구현
- 개발할 내용을 issue에 등록
- issue 이름으로 된 브랜치 생성
- 브랜치에서 개발
- 개발 완료 시 pr 생성. 이때, 반드시 키워드를 사용하여 issue와 연결시키기 (e.g.
closes #14
) - 리뷰받고 수정하기.
- merge는 pr 요청한 사람이 합니다.