From 5ff92b4ddd64da789d351c1a070ef48340a23b41 Mon Sep 17 00:00:00 2001 From: corinnesollows Date: Mon, 17 Oct 2022 14:52:59 -0300 Subject: [PATCH] Adding to PR Template (#799) --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7d4cba85f..096fcb5c8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,6 +8,10 @@ - [ ] This is not a security issue (which should be reported here: https://circleci.com/security/) - [ ] I have read [Contribution Guidelines](https://github.com/CircleCI-Public/circleci-cli/blob/master/CONTRIBUTING.md). +### Internal Checklist +- [ ] I am requesting a review from my own team as well as the owning team +- [ ] I have a plan in place for the monitoring of the changes that I am making (this can include new monitors, logs to be aware of, etc...) + ## Changes =======