From c85aa465e4fdbae99590fc9e81c9b764f048e486 Mon Sep 17 00:00:00 2001 From: Oleksandr Zarudnyi Date: Mon, 1 Jul 2024 21:11:07 +0200 Subject: [PATCH] Update pull_request_template.md --- .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 e8b74908..022f67f5 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,7 +14,7 @@ -- [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). +- [ ] PR title corresponds to the body of PR. - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `cargo fmt` and checked with `cargo clippy`.