From 56af94e6ab490196a44dbcbd64d8782b122d69a5 Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Tue, 30 Jun 2020 14:55:37 -0400 Subject: [PATCH] Add Review Codecov Report check to PR template (#6548) * Update PULL_REQUEST_TEMPLATE.md * Update --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 46a786ad6..01cfd4f0e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,3 +26,4 @@ write a little note why. - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code). - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md` - [ ] Re-reviewed `Files changed` in the Github PR explorer +- [ ] Review `Codecov Report` in the comment section below once CI passes