From 935638e64d6ba483e7627dcf49966cfd6860da9e Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Wed, 29 Dec 2021 07:31:26 +0200 Subject: [PATCH] chore: update pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b9f7b2182..11983322b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,13 +4,13 @@ Update "[ ]" to "[x]" to check a box Please make sure to read the Pull Request Guidelines: https://github.com/tauri-apps/tauri/blob/dev/.github/CONTRIBUTING.md#pull-request-guidelines --> -### What kind of change does this PR introduce?** +### What kind of change does this PR introduce? - [ ] Bugfix - [ ] Feature - [ ] Docs -- [ ] New Binding Issue #___ +- [ ] New Binding issue #___ - [ ] Code style update - [ ] Refactor - [ ] Build-related changes