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

[Discussion] Git convention #2

Open
km9mn opened this issue May 17, 2022 · 0 comments
Open

[Discussion] Git convention #2

km9mn opened this issue May 17, 2022 · 0 comments
Assignees
Labels

Comments

@km9mn
Copy link
Contributor

km9mn commented May 17, 2022

Issue

  • [Feat] : 기능 추가, 삭제, 변경 시 사용
  • [EDA] : EDA 결과 공유 시 사용
  • [Discussion] : 의논할 주제가 있을 시 사용
  • [Test] : git 관련 테스트 시 사용
  • [Data] : 데이터 실험 시 사용
  • [Model]: 모델 실험 시 사용
  • [Refactor] : 코드 리팩토링
  • [Style] : 코드 형식, 정렬, 주석 등의 변경
  • [Docs]: 문서 추가, 삭제, 변경

Label

  • bug : Something isn't working
  • data : data experiments
  • discussion : Share info
  • documentation : Improvements or additions to documentation
  • duplicate : This issue or pull request already exists
  • enhancement : New feature or request
  • good first issue : Good for newcomers
  • help wanted : Extra attention is needed
  • invalid : This doesn't seem right
  • model : change backbone model experiments
  • question : Further information is requested
  • wontfix : This will not be worked on
  • test : For test purpose

Branch

  • 이름/목적

Branch 예시
jdu/feat, kkm/feat

Commit

  • feat : 기능 추가, 삭제, 변경 (코드 수정 발생)
  • fix : 버그를 고친 경우 (코드 수정 발생)
  • refactor : 결과의 변경 없이 코드의 구조를 재조정한 경우 (코드 수정 발생)
  • style : 코드 형식, 정렬, 주석 등의 변경 (코드 수정 발생, 그러나 동작에 영향을 주지 않음)
  • test : 테스트 코드 추가, 삭제 변경 (테스트 코드에 관련된 모든 변경)
  • docs : 문서 추가, 삭제 변경 (코드 수정 없음)
  • chore : 빌드 스크립트 수정, 패키지 배포 설정 변경 등 (코드 수정 없음)

commit 예시
git commit -m "[feat] Stratified Kfold #1" -m "세부내용"

@km9mn km9mn self-assigned this May 17, 2022
@km9mn km9mn added the 📢 discussion Share info label May 17, 2022
@km9mn km9mn closed this as completed May 19, 2022
@jeongjae96 jeongjae96 reopened this Jul 26, 2022
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