From b119a59ec197a68628d750e43a16401991002a8b Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Fri, 18 Oct 2024 09:45:55 -0700 Subject: [PATCH] docs: add testing steps to PR template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4baa431c19..464c53b8d1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,16 @@ ## Describe your changes + + ## Issue ticket number and link ## Checklist before requesting a review +- [ ] I have added guiding text to explain how a reviewer should test these changes. + - [ ] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > REPLACE THIS TEXT WITH RATIONALE (CAN BE BRIEF)