Skip to content

Commit 1ef50d1

Browse files
authored
docs: 머지 정책 업데이트 (#64)
1 parent 3fd6a89 commit 1ef50d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ GitHub Flow + Issue based branch 방식을 사용합니다.
1515
- GitHub Flow는 [여기](https://medium.com/@patrickporto/4-branching-workflows-for-git-30d0aaee7bf) 참고
1616
- 개발이 필요한 사항은 우선 issue에 올리고, 해당 issue 번호로 branch를 만듭니다.
1717
- 예시 브랜치) feat/14-crawling-debugging
18-
- new PR -> dev 브랜치로 merge -> dev 브랜치가 테스트 통과하면 prod 브랜치로 merge
18+
- 개별 브랜치에서 dev로 PR -> approve 받기 -> squash merge -> dev 정상 동작 확인 -> dev에서 prod로 pr -> merge commit -> prod 정상 동작 확인
19+
- auto delete head branch 옵션을 꺼두었습니다. 개발이 완료된 개별 브랜치는 꼭 직접 삭제해주세요.
1920

2021
### Code Styles
2122
- [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)

0 commit comments

Comments
 (0)