From 65d3afeff73a07ae1231bee0a7e26979c1fccf4a Mon Sep 17 00:00:00 2001 From: Marek Date: Mon, 10 Jun 2024 17:37:31 +0200 Subject: [PATCH] Simplify the checklists --- .github/pull_request_template.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f51efd4f27b..2c96aae4c07 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -40,20 +40,15 @@ ready for review. --> - [ ] The PR name will make sense to users. -- [ ] The PR provides a summary in the CHANGELOG. -- [ ] The PR has a priority label. - -If applicable: -- [ ] The solution in the PR is tested. +- [ ] The PR provides a CHANGELOG summary. +- [ ] The solution is tested. - [ ] The documentation is up to date. +- [ ] The PR has a priority label. ### PR Reviewer's Checklist -- [ ] The PR scope matches the issue. - [ ] The PR Author's checklist is complete. - -If applicable: -- [ ] The tests cover the solution. +- [ ] The PR resolves the issue.