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

✔️ Collaboration Guide #1

Open
dy6578ekdbs opened this issue Jul 18, 2022 · 0 comments
Open

✔️ Collaboration Guide #1

dy6578ekdbs opened this issue Jul 18, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@dy6578ekdbs
Copy link
Contributor

dy6578ekdbs commented Jul 18, 2022

Issue

이슈는 자유롭게 적어주세요.

Branch

  • main 브랜치를 메인 브랜치로 사용할 예정입니다.
  • 절대로 main 브랜치에서 직접 작업하지 않습니다 !!
  • 작업 할 땐 main 브랜치로부터 새로운 브랜치를 생성한 뒤, 새로운 브랜치에서 작업합니다.
  • 브랜치 이름 규칙: {이름 이니셜}/{page name} ex) jdy/homepage

Pull Request

  • PR은 정해진 템플릿에 맞춰 작성해주세요!
  • PR 후 팀원에게 보고합니다.
  • 팀원에게 코드리뷰를 받은 뒤, 문제가 있다면 수정후 다시 커밋합니다.
  • 문제가 없다면 팀원이 바로 merge 합니다.
  • 간단한 변경 사항은 self merge 합니다.

Commit Convention

커밋 메세지는 <type>: <description> 와 같은 형태로 작성합니다.
ex) feat : Add component

  • [type]

feat : 새로운 기능 추가
fix : 버그 수정
docs : 문서 추가, 변경
style: 코드 포맷팅 (띄어쓰기나 탭 등의 수정. 코드 수정은 없어야 함.)
refactor: 코드 리팩토링
test: 테스트 코드 추가, 수정
chore: 그 외 자잘한 작업들 (오타 수정, 패키지 수정 등)

  • [description]

간결하고 알아듣기 쉽게 작성합니다.
ex) login 기능 구현, 반응형 css 코드 추가

@dy6578ekdbs dy6578ekdbs added the documentation Improvements or additions to documentation label Aug 12, 2022
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

1 participant