Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branching Model #7

Closed
zionhann opened this issue May 19, 2023 · 1 comment
Closed

Branching Model #7

zionhann opened this issue May 19, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@zionhann
Copy link
Member

zionhann commented May 19, 2023

요약

워크플로우

  1. 이슈 생성: 커밋할 변경 사항에 대해 이슈 생성
  2. 브랜치 생성: main 브랜치에서 브랜치 컨벤션에 따라 분기
  3. 커밋: Git Commit Convention #6 에 맞게 커밋 메시지 작성
  4. 풀 리퀘스트(PR): main 브랜치로 병합 요청
  5. 코드 리뷰후 1인 이상 승인
  6. main 브랜치 병합

브랜치 컨벤션

  • 양식
{도메인}/#{이슈번호}
  • 도메인 예시: report, auth, group, ...
@zionhann zionhann added the documentation Improvements or additions to documentation label May 19, 2023
@zionhann zionhann pinned this issue May 19, 2023
@zionhann zionhann changed the title 브랜칭 모델 Branching Model Jun 1, 2023
@ohinhyuk
Copy link
Contributor

퍼가요~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants