From 132f2e1f77b2effcf16ef2c5090ff776238109fd Mon Sep 17 00:00:00 2001 From: Dmitry Naymushin Date: Thu, 4 Aug 2022 11:20:15 +0300 Subject: [PATCH] fix a typo in 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 96593347..86aab4e5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,7 @@ unfortunately, this PR will likely be ignored. If the edited files were covered by tests, updated tests are required for merging. Please look into the tests folders and make sure you cover new code. -- Fixes ... (*issue number*) +- Fixes: ... (*issue number*) - Tests: ... (*yes/no*) - Docs updated: ... (*yes/no*)