From 2561984333dec7b5a0e679c7a749c3d24985846a Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets Date: Fri, 6 Oct 2023 12:12:53 -0700 Subject: [PATCH] Simplify PR template (#1502) --- .github/PULL_REQUEST_TEMPLATE.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dfefb94da..53fa4cecc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -35,11 +35,8 @@ Your PR description goes here. - [ ] I've followed the [contributing guidelines][contributing-guidelines] - [ ] I've added references to all holidays information sources used in this PR -- [ ] This PR is filed against `beta` branch of the repository -- [ ] This PR doesn't contain any merge conflicts and has clean commit history - [ ] The code style looks good: `make pre-commit` command generates no changes - [ ] All tests pass locally: `make test`, `make tox` (we strongly encourage adding tests to your code) -- [ ] The related [documentation][docs] has been added/updated (check off the box for free if no updates is required)