Skip to content

Commit

Permalink
docs(PR): Add PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-cedar authored Aug 20, 2021
1 parent 3085774 commit 412830d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Summary
*(Describe the issue you are solving and some info about how you accomplished it)*

## Test Plan
##### How can reviewers test your change manually?
(Please describe)
##### What automated tests did you add? If none, please state why.
(Please describe)

## Security Impact
Please answer the questions below about your PR.
If yes, please explain and add `cedar-team/security` as reviewers.

##### Add/modify authentication, authorization, encryption, or HTTP headers?
Yes/No
##### Add/modify any PII or PHI data fields?
Yes/No
##### Add new third parties the app interacts with (e.g., Nordis/Stripe)?
Yes/No
##### Ask patients to enter a new kind of data, (e.g. insurance capture)?
Yes/No
##### Impact any of the other [Security Engineering Practices](https://careportal.atlassian.net/wiki/spaces/SEC/pages/1192690295/Security+Engineering+Practices)?
_Protect sensitive data, Validate your inputs, Know your user, Establish trust boundaries, Keep good records, Expect vulnerabilities, Follow least privilege_

Yes/No

0 comments on commit 412830d

Please sign in to comment.