From 1b23ea13526a218a27f703a363659e8d38e9d6f1 Mon Sep 17 00:00:00 2001 From: hilvmason <95925065+hilvmason@users.noreply.github.com> Date: Wed, 1 Jun 2022 15:10:40 -0400 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#14790) --- .github/PULL_REQUEST_TEMPLATE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f15418ea6..6df4c6e65 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -49,8 +49,11 @@ How should reviewers and QA manually test your changes? For instance: ## Pre-Merge Checklist - [ ] PR template is filled out -- [ ] Manual testing complete & passed - [ ] **IF** this PR fixes a bug, a test that _would have_ caught the bug has been added - [ ] PR is linked to the appropriate GitHub issue -- [ ] **IF** QA attention is required, "QA Board" label has been applied - [ ] PR has been added to the appropriate release Milestone + +### + If there are functional changes: + +- [ ] Manual testing complete & passed +- [ ] "Extension QA Board" label has been applied