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

협업 규칙 #2

Open
teawon opened this issue May 26, 2023 · 0 comments
Open

협업 규칙 #2

teawon opened this issue May 26, 2023 · 0 comments

Comments

@teawon
Copy link
Contributor

teawon commented May 26, 2023

깃 협업 방식

  1. 자신이 작업할 내용을 Issue로 정의합니다.
  • 각 Issue에는 자신이 할 일을 명시해서 팀원들에게 알립니다.
  1. 각자 작업할 브랜치를 팝니다. " feature/frontend/issueNum"
  • ex) 로그인 기능을 구현하려고 하고 해당 issuenumber가 3번 -> feature/backend/3
  1. 작업이 완료되면 devleop브랜치에 PR을 요청합니다.
  • PR내용에는 자신이 한 작업, 해야할 일 등 간략한 내용을 소개합니다.
type 커밋 종류
feat 새로운 기능에 대한 커밋
fix 버그 수정에 대한 커밋
build 빌드 관련 파일 수정에 대한 커밋
chore 그 외 자잘한 수정에 대한 커밋
cicd CICD 관련 설정 수정에 대한 커밋
docs 문서 수정에 대한 커밋
style 코드 스타일 혹은 포맷 등에 관한 커밋
refactor 코드 리팩토링에 대한 커밋
test 테스트 코드 수정에 대한 커밋
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant