You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
작업 할 땐 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 코드 추가
The text was updated successfully, but these errors were encountered:
Issue
이슈는 자유롭게 적어주세요.
Branch
{이름 이니셜}/{page name}
ex) jdy/homepagePull Request
코드리뷰
를 받은 뒤, 문제가 있다면 수정후 다시 커밋합니다.merge
합니다.Commit Convention
커밋 메세지는
<type>: <description>
와 같은 형태로 작성합니다.ex) feat : Add component
The text was updated successfully, but these errors were encountered: