From 2b6510f4eabec6793c603278aa89e3bef63377ed Mon Sep 17 00:00:00 2001 From: Vaidehi Joshi Date: Thu, 11 Jun 2020 10:49:39 -0700 Subject: [PATCH] Add QA instructions to pull request template (#8412) --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3cf9b741a..1032c4a2d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,7 +26,10 @@ ## Related Tickets & Documents -## Mobile & Desktop Screenshots/Recordings (if there are UI changes) +## QA Instructions, Screenshots, Recordings + +_Please replace this line with instructions on how to test your changes, as well +as any relevant images for UI changes._ ## Added tests?