Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pull_request_template.md to require local bandit analysis results #98

Merged
merged 1 commit into from
Mar 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down