Browse Source

chore: update pull request commit exmple

amrbashir 3 years ago
parent
commit
093f85dc2b
1 changed files with 1 additions and 1 deletions
  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