From 027b06275b74727775d4d10133bf85f5c98937ca Mon Sep 17 00:00:00 2001 From: jshcodes <74007258+jshcodes@users.noreply.github.com> Date: Sat, 27 Mar 2021 10:16:00 -0400 Subject: [PATCH] Update pull_request_template.md --- .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 95e0588ee..5b0de148a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,12 +17,19 @@ Pull Request general description should go here. > Check the values above that match your PR and remove the remaining. +#### Unit test coverage ```shell COVERAGE RESULTS SHOULD BE POSTED HERE PLEASE REVIEW CONTRIBUTING.md FOR MORE DETAILS ON GENERATING COVERAGE RESULTS ``` +#### Bandit analysis +```shell +BANDIT ANALYSIS RESULTS SHOULD BE POSTED +HERE. PLEASE REVIEW CONTRIBUTING.md FOR +MORE DETAILS ON GENERATING BANDIT RESULTS +``` ## Added features and functionality + If your PR adds features or functionality, what should be included in the next release notes?