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

커밋 Rule 정리 #7

Open
turastory opened this issue May 12, 2019 · 1 comment
Open

커밋 Rule 정리 #7

turastory opened this issue May 12, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@turastory
Copy link
Member

정석님이 이 부분은 아주 잘 해주고 계신 것 같은데, 커밋에 대한 룰을 정하면 나중에 관리할 때 좋을 것 같습니다 :)

몇 가지 제안을 드릴테니 한 번 읽어보시고 피드백 주세요.

  1. Platform
    플랫폼별로 커밋을 분리해볼 수 있을 것 같습니다. 공통인 경우는 Common으로 하면 될 것 같아요.
[(Android|Backend|Common)] <커밋 내용>

ex)
[Common] Add: 데이터 모델 추가
  1. Task
    하는 작업에 따라서 커밋을 분리할 수 있을 것 같습니다. 또 무엇이 들어가면 좋을까요..
  • Add - 기능 추가 (XML 추가, 테스트 작성 등도 포함)
  • Fix - 버그 혹은 기능 수정
  • Style - 코드 리팩토링
  • Doc - README 작성 등 문서 작업
  • Update - Dependency 업그레이드나 마이그레이션
(작업 종류):  <커밋 내용>

ex)
[Android] Update: Migrate to AndroidX
@turastory turastory added the enhancement New feature or request label May 12, 2019
@turastory
Copy link
Member Author

정리가 되면 Wiki나 README에 포함시키려고 합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant