From 93bdf8be8770841820d2539e3fd6494a2ee8bb9f Mon Sep 17 00:00:00 2001 From: Abigail McCarthy Date: Wed, 7 Apr 2021 12:38:20 -0400 Subject: [PATCH] update to include testing Signed-off-by: Abigail McCarthy --- .github/PR_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PR_TEMPLATE.md b/.github/PR_TEMPLATE.md index fbcc1328e..52e4808a7 100644 --- a/.github/PR_TEMPLATE.md +++ b/.github/PR_TEMPLATE.md @@ -10,4 +10,5 @@ Fixes #(issue) ### Please indicate you've done the following: - [ ] [Accepted the DCO](https://github.com/goharbor/harbor/blob/master/CONTRIBUTING.md#commit). Commits without the DCO will delay acceptance. -- [ ] Updated the corresponding documentation in this repo or https://github.com/goharbor/website. +- [ ] Made sure tests are passing and test coverage is added if needed. +- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.