mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-09 14:25:12 +02:00
Clarify contribution policy blocker wording
This commit is contained in:
@@ -277,7 +277,7 @@ function buildBlockingComment(analysis) {
|
|||||||
COMMENT_MARKER,
|
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.",
|
"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}`),
|
...analysis.blockers.map((blocker) => `- ${blocker.message}`),
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user