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] 커밋 네이밍 컨벤션 #2

Open
kimseungdeok opened this issue Apr 7, 2022 · 0 comments
Open

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

kimseungdeok opened this issue Apr 7, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@kimseungdeok
Copy link
Contributor

컨벤션

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

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

커밋 안의 내용

커밋 안의 내용은 한글로 해도 괜찮다!

@kimseungdeok kimseungdeok added the documentation Improvements or additions to documentation label Apr 7, 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