Skip to content

Issue, PR guidelines

Yeonju Jo edited this page May 9, 2023 · 7 revisions

✔️ Issue guidelines

  • Issue template에 맞춰 작성
  • 각자 매주 이슈 1개 생성
  • 주제별로 체크리스트 생성

🛩️ PR guidelines

  • PR template에 맞춰 작성
  • 일주일에 한 번 진행

🌀 Fork한 Repository 동기화

# 로컬 저장소에 원본(Upstream) 저장소 등록 (처음 1번만 수행하면 됨)
git remote add [브랜치 명] [원격 저장소 주소]
git remote add upstream https://github.com/zzang-sogumm/cs-study

# ✨ pull 받기
git pull upstream main