From 466a509a24f5d0981826a74b35e45ebfef136ba9 Mon Sep 17 00:00:00 2001 From: Eric Hanson Date: Tue, 7 Nov 2023 11:49:13 -0500 Subject: [PATCH] Update checklist phrasing --- .github/pull-request-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md index 6102875..3292afa 100644 --- a/.github/pull-request-template.md +++ b/.github/pull-request-template.md @@ -24,7 +24,7 @@ YES | NO ### Code Reviewer(s) - [ ] The commit message is clear and follows our guidelines (not just this PR message) - [ ] There are appropriate tests covering any new functionality -- [ ] The documentation has been updated or is unnecessary +- [ ] The provided documentation is sufficient for understanding any new functionality introduced - [ ] Any manual tests have been performed and verified - [ ] New dependencies are appropriate or there were no changes