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

Commit Convention #1

Closed
nitronium102 opened this issue Jul 9, 2022 · 0 comments
Closed

Commit Convention #1

nitronium102 opened this issue Jul 9, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@nitronium102
Copy link
Collaborator

nitronium102 commented Jul 9, 2022

  • feat : 새로운 기능 추가 개발
  • fix : 버그 수정
  • docs : 문서 수정
  • style : 코드 포맷팅, 세미콜론 누락, (기능적인) 코드 변경이 아닌 스타일 변경
  • refactor : 코드 리팩토링
  • test : 테스트 코드 추가 또는 수정
  • chore : 빌드 관련 코드, 기타 설정 수정 등
예시>
chore: {패키지이름} 패키지 추가

예시>
feature: 구글로그인 refreshToken 발급 
- response body의 리프레시 토큰값 제거
- header에 쿠키로 전달

예시>
style: {파일이름} 코드 순서 변경
- 가독성을 위해 변수를 위로 올리고 함수를 아래로 내려 정리
@nitronium102 nitronium102 added the good first issue Good for newcomers label Jul 9, 2022
@nitronium102 nitronium102 pinned this issue Jul 9, 2022
nitronium102 pushed a commit that referenced this issue Aug 2, 2023
refactor : Friend 레이어 간 구분
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant