From c1dfd8fddcfd6644dcffad4ccc93be0a4e7da93a Mon Sep 17 00:00:00 2001 From: Zeke Foppa <196249+bfops@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:43:28 -0700 Subject: [PATCH] Add a `Testing` section to the PR template (#898) * [bfops/testing-in-template]: add testing to PR template * Add Phoebe's suggestion Co-authored-by: Phoebe Goldman Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com> --------- Signed-off-by: Zeke Foppa <196249+bfops@users.noreply.github.com> Co-authored-by: Phoebe Goldman --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 12a9d0ff1..5894d5aaf 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,3 +17,11 @@ but also to its interactions with existing and future code.* *If you answered more than a 2, explain what is complex about the PR, and what other components it interacts with in potentially concerning ways.* + +# Testing + +*Describe any testing you've done, and any testing you'd like your reviewers to do, +so that you're confident that all the changes work as expected!* + +- [x] *Write a test you've completed here.* +- [ ] *Write a test you want a reviewer to do here, so they can check it off when they're satisfied.*