From 4d204bc7c02945c84e5e12152dacac4d823c8b35 Mon Sep 17 00:00:00 2001 From: devyeyostellar Date: Thu, 30 Jul 2026 07:30:34 -0600 Subject: [PATCH] docs: add documentation checklist item to PR template (closes #1079) --- .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 c7af7544..366157be 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -60,6 +60,7 @@ Closes # - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published - [ ] I have checked for breaking changes and documented them if applicable +- [ ] Updated relevant documentation (README, inline docs, etc.) ## Additional Notes