From 4a4cc472d7a7b7174b41e1f5d4f1e7133035884a Mon Sep 17 00:00:00 2001 From: Hasso Date: Fri, 21 Aug 2026 12:04:53 -0500 Subject: [PATCH] Require unit tests in the pull request template --- .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 ef7a779e90..11395aca78 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,6 +4,7 @@ ## CI-ready checklist - [ ] Commit messages follow [`.github/commit-guidelines.md`](https://github.com/sillsdev/FieldWorks/blob/main/.github/commit-guidelines.md). +- [ ] As much as possible, the change is unit tested. - [ ] Builds & tests pass locally (or I've run the CI-style build via `build.ps1`, `test.ps1`, or MSBuild). - [ ] If this is core-developer AI-assisted work, I followed `Docs/workflows/ai-pr-workflow.md` and ran `pr-preflight` or the equivalent branch-readiness review before requesting review. - [ ] For any `Src/**` folders touched, corresponding `AGENTS.md` files are updated or explicitly confirmed still accurate.