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

[Conventions] 커밋 네이밍 컨벤션 #8

Open
1 task done
Yummy-sk opened this issue Mar 24, 2022 · 2 comments
Open
1 task done

[Conventions] 커밋 네이밍 컨벤션 #8

Yummy-sk opened this issue Mar 24, 2022 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Yummy-sk
Copy link
Member

Yummy-sk commented Mar 24, 2022

컨벤션

  • 네이밍 컨벤션
    • feat : 새로운 기능에 대한 커밋
    • fix : 버그 수정에 대한 커밋
    • build : 빌드 관련 파일 수정에 대한 커밋
    • chore : 그 외 자잘한 수정에 대한 커밋
    • ci : CI관련 설정 수정에 대한 커밋
    • docs : 문서 수정에 대한 커밋
    • style : 코드 스타일 혹은 포맷 등에 관한 커밋
    • refactor : 코드 리팩토링에 대한 커밋
    • test : 테스트 코드 수정에 대한 커밋
// 알람 기능 추가시
feat: 알람 기능 추가

// 알람 기능 리펙터링시
refactor: 알람 기능 등록 모듈 분리

논의 해봐야 할것

  • 커밋을 한글로 작성할지 영어로 작성할지?
    • 커밋은 한글로 적는다.
@Yummy-sk Yummy-sk added the documentation Improvements or additions to documentation label Mar 24, 2022
@IGhost-P
Copy link
Member

커밋 안에 내용은 한글로 적어도 괜찮을것 같습니다

@Yummy-sk Yummy-sk self-assigned this Apr 1, 2022
@IGhost-P
Copy link
Member

IGhost-P commented Apr 7, 2022

Mondey Updata 용 review

@Yummy-sk Yummy-sk reopened this May 11, 2022
@Yummy-sk Yummy-sk reopened this Jun 4, 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

2 participants