Skip to content

Commit

Permalink
Add security items to pull request checklist. (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonoransun authored Sep 14, 2023
1 parent 9681fa6 commit 92fd5a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Please describe parts of the change that require extra attention during code rev
- [ ] I have added unit and feature tests, if the PR implements a new feature or otherwise would benefit from additional testing
- [ ] I have added regression tests, if the PR fixes a bug
- [ ] I have added logging, exception reporting, and custom tracing with any additional information required for debugging
- [ ] I considered secure coding practices when writing this code. Any security concerns are noted above.
- [ ] I have commented my code in hard-to-understand areas, if any
- [ ] I have made needed changes to the README
- [ ] My changes generate no new warnings
Expand Down

0 comments on commit 92fd5a2

Please sign in to comment.