Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scorecard/score-modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ function prReportSection(
const followup =
spec.ns === "coder"
? `No existing scorecard discussion found for ${name}; this is the initial score. A dedicated discussion is created after merge.`
: "Community modules do not get scorecard discussions; this score is advisory.";
: "No specific score is required to contribute, but modules with higher scores are more likely to be approved by the Coder team and widely used.";
return `### \`${spec.label}\`: first scorecard, **${summary.overall}**\n\n${followup}\n\n${details}`;
}
const delta = summary.overallNum - baseline.overallNum;
Expand Down