From d3bce1b01a7d3d4e3180b4df7fab02839b04f58d Mon Sep 17 00:00:00 2001 From: Keegan Witt Date: Tue, 15 Jun 2021 15:15:12 -0400 Subject: [PATCH] ci: Clarify checkbox for modified unit tests (#10447) --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 04df248f5066c7..29a6b83fa52bb4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,8 +20,8 @@ I have verified these changes via: - [ ] Code inspection only, or -- [ ] Newly added unit tests, or -- [ ] No new tests but ran on a real repository, or +- [ ] Newly added/modified unit tests, or +- [ ] No unit tests but ran on a real repository, or - [ ] Both unit tests + ran on a real repository