From 093f85dc2b90a6dd0f48d941f6e88daec311250a Mon Sep 17 00:00:00 2001 From: amrbashir Date: Sat, 29 Jan 2022 18:01:09 +0200 Subject: [PATCH] chore: update pull request commit exmple --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 11983322b..7cb3c1f28 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.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