From 45c410dd4c7e0b7a465ae180b5a0b1de772cb85c Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 30 Jun 2026 14:57:29 -0700 Subject: [PATCH] Clarify contribution policy blocker wording --- .github/scripts/check-contribution-policy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/check-contribution-policy.js b/.github/scripts/check-contribution-policy.js index 22ede437..6500c1b8 100644 --- a/.github/scripts/check-contribution-policy.js +++ b/.github/scripts/check-contribution-policy.js @@ -277,7 +277,7 @@ function buildBlockingComment(analysis) { COMMENT_MARKER, "Thanks for the PR. Yaak currently accepts community PRs for bug fixes and small-scope improvements, plus larger changes that link a feedback item where @gschier explicitly gave permission to work on it.", "", - "This PR cannot be accepted yet. Please update the PR description to address:", + "This PR cannot be accepted yet because the following contribution policy requirements were unmet:", "", ...analysis.blockers.map((blocker) => `- ${blocker.message}`), ];