From e78c2c13d5ef56b47ad9204104361080191c638d Mon Sep 17 00:00:00 2001 From: tdstein Date: Thu, 16 Mar 2023 12:22:59 -0400 Subject: [PATCH] Updates the pull request template --- .github/pull_request_template.md | 40 ++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1547a724..eac391e1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,21 +1,27 @@ -### Description + + -> Include a brief description of the problem being solved and why this -> approach was chosen. Mention risks or shortcomings with this solution. -> Provide relevant background information such as the associated issue, links -> to design documents, screenshots, and performance measurements. -> -> Even small changes deserve a little attention to detail. Put your change in -> context. +## Intent + + + + -Connected to # +## Type of Change + + -### Testing Notes / Validation Steps +- [ ] Bug Fix +- [ ] New Feature +- [ ] Breaking Change -> Explain how this change has been tested and what cases/conditions are -> covered. Enumerate the steps someone might take to manually exercise this -> change. Detail is important! -> -> You can recommend one-time manual testing when someone validates your -> changes. Rely on automation when trying to verify that a change remains in -> place. Automated tests should be included in this PR. +## Approach + + + +## Automated Tests + + + +## Directions for Reviewers +