From b53c9e0b00cddd19d19cc32e8679d5d1fc9de893 Mon Sep 17 00:00:00 2001 From: corinnesollows Date: Tue, 11 Oct 2022 15:56:54 -0300 Subject: [PATCH] Adding to PR Template --- .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 =======