From 189bca15295744d8d98649c990d503497bf39b9e Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:25:58 -0700 Subject: [PATCH] Simplify PR template (#2099) --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1e8a46816..11de1c523 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -34,8 +34,7 @@ Your PR description goes here. --> - [ ] I've followed the [contributing guidelines][contributing-guidelines] -- [ ] I've run `make pre-commit`, it didn't generate any changes -- [ ] I've run `make test`, all tests passed locally +- [ ] I've successfully run `make check`, all checks and tests are green