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

AngularJS Git Commit Message Convention #2

Closed
sukyeongs opened this issue Dec 30, 2021 · 1 comment
Closed

AngularJS Git Commit Message Convention #2

sukyeongs opened this issue Dec 30, 2021 · 1 comment
Assignees
Labels

Comments

@sukyeongs
Copy link
Member

sukyeongs commented Dec 30, 2021

type(scope): short summary

type
feat : 새로운 기능 추가
fix : 버그 수정
docs : 문서 관련
style : 스타일 변경 (포매팅 수정, 들여쓰기 추가, …)
refactor : 코드 리팩토링
test : 테스트 관련 코드
build : 빌드 관련 파일 수정
ci : CI 설정 파일 수정
perf : 성능 개선
chore : 그 외 자잘한 수정

scope
어디가 변경되었는지, 변경된 부분

short summary
명령문, 현재 시제로 작성

첫글자는 소문자로 쓰기
마지막에 마침표(.)를 붙이지 않기

@sukyeongs sukyeongs self-assigned this Dec 30, 2021
@sukyeongs
Copy link
Member Author

ex)
feat(SignupSerializer): add signup serializer
docs(requirements.txt): add Pillow package

@sukyeongs sukyeongs added this to the PRE Development milestone Dec 30, 2021
@sukyeongs sukyeongs added the rule label Dec 30, 2021
@sukyeongs sukyeongs pinned this issue Dec 31, 2021
@sukyeongs sukyeongs reopened this Jan 3, 2022
@sukyeongs sukyeongs removed this from the PRE Development milestone Jan 6, 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

1 participant