더 좋은 제출 정보를 작성하는 몇 가지 기교

1210 단어 phpjavascriptgit
몇 분 전에 Vuejs 3의 소스 코드를 읽고 있었는데 Evan You가 제출 메시지 템플릿을 사용한 것을 발견했습니다.나는 매우 재미있다고 생각한다.원하는 경우 해당 워크플로우를 확인하고 적용해 보십시오.
메시지를 제출하기 전에 추가할 접두사:
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
읽어주셔서 감사합니다.

좋은 웹페이지 즐겨찾기