Skip to content

Commit

Permalink
Update pull_request_template.md (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes authored Mar 27, 2021
1 parent fd6d975 commit 8289e5e
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit 8289e5e

Please sign in to comment.