From b841d9a8af58b45ddc0a715211e22cd353b38ddf Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Thu, 4 Nov 2021 01:16:05 +0300 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 7ed5d819a1..001deecbdf 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -21,16 +21,6 @@ ## Checklist for your Pull Request (PR) - - - [ ] I added an entry to `CHANGELOG.md` with this PR - [ ] If I added new functionality, I added tests covering it. - [ ] If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.