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

[document] 협업 규칙 #1

Open
teawon opened this issue Jan 29, 2023 · 0 comments
Open

[document] 협업 규칙 #1

teawon opened this issue Jan 29, 2023 · 0 comments
Assignees
Labels

Comments

@teawon
Copy link
Contributor

teawon commented Jan 29, 2023

깃 협업 방식

  1. 자신이 작업할 내용을 Issue로 정의합니다. (프론트라면 프론트레포, 백엔드라면 백엔드레포)
  • 각 Issue에는 자신이 할 일을 명시해서 팀원들에게 알립니다.
  • 체크 박스를 사용해서 진행상황을 명시합니다.
  1. 각자 작업할 브랜치를 팝니다. " feature/name/issueNum"
  • ex) 로그인 기능을 구현하려고 하고 해당 issuenumber가 3번 -> feature/login/3

2.1 작업할 내용에 맞게 이름과 라벨을 정의합니다.

type 브랜치 & 라벨명
feat 새로운 기능
fix 버그 수정
chore 환경 설정
  1. 작업이 완료되면 devleop브랜치에 PR을 요청합니다
  • PR내용에는 자신이 한 작업, 해야할 일 등 간략한 내용을 소개합니다.
type 커밋 종류
feat 새로운 기능에 대한 커밋
fix 버그 수정에 대한 커밋
chore 그 외 자잘한 수정에 대한 커밋
cicd CICD 관련 설정 수정에 대한 커밋
docs 문서 수정에 대한 커밋
style 코드의 변화와 관련없는 포맷이나 세미콜론을 놓친 것과 같은 부분들에 대한 커밋
refactor 코드 리팩토링에 대한 커밋
test 테스트 코드 수정에 대한 커밋
design css 및 ui 수정에 대한 커밋
@teawon teawon added the 문서 label Jan 29, 2023
@PARK-Su-yeon PARK-Su-yeon self-assigned this Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants