-
Notifications
You must be signed in to change notification settings - Fork 2
5 development process [작성중]
yeju edited this page Aug 27, 2023
·
2 revisions
- github projects 사용법
- projects_Backlog 에 해야하는 일 추가
- 이번 iteration 에서 할 Backlog 의 카드를 issue 로 변경
- projects_Ready 로 자동 이동 됨
- Labels, Prioritym Size, iteration 등록
- 상세한 작업 내용 기록
- 작업 시작 시 projects_In progress 로 이동
- Assignees 등록
- branch 생성
- branch 이름: <feat, fix, refactor, style>/name
- 코드 작업
- 코드 컨벤션
- 커밋 컨벤션
- rebase & squash commit
- pull request & delete branch
- pull request 전 체크 사항
- git branch
- eslint
pnpm lint:peek
- 구현한 기능 및 관련된 기능들에 대해 정상 작동 테스트
- pull request 전 체크 사항