Add Review Codecov Report check to PR template (#6548)

* Update PULL_REQUEST_TEMPLATE.md

* Update
This commit is contained in:
Aaron Craelius 2020-06-30 14:55:37 -04:00 committed by GitHub
parent c44ca8ae34
commit 56af94e6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,3 +26,4 @@ write a little note why.
- [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code). - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
- [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md` - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
- [ ] Re-reviewed `Files changed` in the Github PR explorer - [ ] Re-reviewed `Files changed` in the Github PR explorer
- [ ] Review `Codecov Report` in the comment section below once CI passes