더 좋은 제출 정보를 작성하는 몇 가지 기교
1210 단어 phpjavascriptgit
메시지를 제출하기 전에 추가할 접두사:
test: (working on tests)
refactor: (refactoring the code)
fix: (doing some bug fixes
feature: (adding the new feature)
build: ( adding some package or something required when building)
types: (adding the variable type, interface or something like that)
style: (some CSS or style improvement that does not affect the core functionality)
docs: (wrote some documentation or code comments)
wip: (full form: work in progress, when something is under work in progress usually some complex stuff that has to be done in parts)
제출 메시지 예:fix: fixed title not defined on the jobs page
개진
나는 각도 공헌 지침서에서 또 하나의 생각을 배웠다.변경 사항을 포함하기 위해 제출 메시지를 더욱 개선할 수 있습니다.
접두사
fix
또는 refactor
를 제출한 후 모듈이나 기능을 괄호에 포함할 수 있습니다.마치 뒤를 따르는 것 같다.fix(auth): fixed the refresh token issue
refactor(registration): Improve the performance by putting email sending logic in queue
읽어주셔서 감사합니다.
Reference
이 문제에 관하여(더 좋은 제출 정보를 작성하는 몇 가지 기교), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/bawa_geek/few-tips-for-writing-better-commit-messages-2ie6텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)