From 678480eb94696d0ef386ac78ea8c06717ff883f2 Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Wed, 31 May 2023 22:46:07 -0700 Subject: [PATCH] Fix typo in a PR template --- .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 0392eb3a00d..8c3604b99fb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,4 +8,4 @@ Fixes #ISSUE_NUMBER - [ ] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") - [ ] Only one issue is addressed in this pull request - [ ] Labels from the issue that this PR is fixing are added to this pull request -- [ ] No unnessessary issues are included into this pull request. +- [ ] No unnecessary issues are included into this pull request.