소스 검색

chore: update pull request commit exmple

amrbashir 3 년 전
부모
커밋
093f85dc2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/PULL_REQUEST_TEMPLATE.md

+ 1 - 1
.github/PULL_REQUEST_TEMPLATE.md

@@ -23,7 +23,7 @@ Please make sure to read the Pull Request Guidelines: https://github.com/tauri-a
 - [ ] No
 
 ### Checklist
-- [ ] When resolving issues, they are referenced in the PR's title (e.g `fix #___, #___`)
+- [ ] When resolving issues, they are referenced in the PR's title (e.g `fix: remove a typo, closes #___, #___`)
 - [ ] A change file is added if any packages will require a version bump due to this PR per [the instructions in the readme](https://github.com/tauri-apps/tauri/blob/dev/.changes/readme.md).
 - [ ] I have added a convincing reason for adding this feature, if necessary