Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zerone2 authored Aug 21, 2020
1 parent 3a99092 commit b82ea5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ IDE 에서 prettier 켜주세요.
- Task는 1개 이상의 Feature로 쪼개집니다.
- Feature는 본인이 자유롭게 나누고, 이를 Issue로 생성합니다. 해당 Issue에는 `feature` 라벨을 달아주세요.
- 자신이 담당하는 Issue에는 본인을 Assignee로 등록해주세요.
- 기본적으로 develop 브랜치에서 새로운 브랜치를 생성해서 작업하면 됩니다.
- Git-flow 전략을 따르며, `feature-{seq}-{desc}`와 같은 식으로 브랜치를 생성합니다. `seq`는 Feature의 Issue 번호로 지정하며, `desc`는 자유롭게 지정해주세요.
- 구현시 develop branch에 PR를 날립니다.
- 해당 PR에 대해 자신을 제외한 2명 이상의 코드리뷰가 완료되면 merge 합니다.
Expand Down

0 comments on commit b82ea5c

Please sign in to comment.