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

협업 규칙 #1

Open
hocaron opened this issue Apr 6, 2022 · 0 comments
Open

협업 규칙 #1

hocaron opened this issue Apr 6, 2022 · 0 comments

Comments

@hocaron
Copy link
Contributor

hocaron commented Apr 6, 2022

Issues

  • 이슈 제목은 한글, 영어 상관없습니다.
  • 버그가 생겼을 경우에만 이슈를 생성합니다.
  • 이슈에 커밋하고 고쳐지면 close합니다.
  • 버그가 생긴 경우, 브렌치명은 hotfix/브렌치명-#이슈넘버 입니다.

Branch

  • 브랜치는 main(배포용 브랜치), develop(개발용 브랜치), feature(작업용 브랜치)를 사용합니다.
  • 개발용 브랜치인 develop(default)을 메인 브랜치로 사용합니다.
  • develop 기준으로 feature/ 작업 브랜치를 파서 진행 후, develop 으로 pull request을 날리고, 리뷰를 받습니다.
  • develop에 merge되기 위해서는 최소 1승인을 받아야 합니다. (hotfix 제외)

Commit

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