docs: refine OSS weekend banner messaging

This commit is contained in:
Mario Zechner
2026-04-02 11:17:42 +02:00
parent 71f3e50a16
commit 042066b982
4 changed files with 7 additions and 7 deletions

View File

@@ -85,8 +85,8 @@ function buildBanner(now, endDate, reason) {
"",
`**Issue tracker reopens ${reopenDate}.**`,
"",
`OSS weekend runs ${startDate} through ${reopenDate}. New issues and PRs from unapproved contributors are auto-closed during this time. Approved contributors can still open issues and PRs. For support, join [Discord](${DISCORD_URL}).`,
...(normalizedReason ? ["", `Current focus: ${normalizedReason}`] : []),
`OSS weekend runs ${startDate} through ${reopenDate}. New issues and PRs from unapproved contributors are auto-closed during this time. Approved contributors can still open issues and PRs if something is genuinely urgent, but please keep that to pressing matters only. For support, join [Discord](${DISCORD_URL}).`,
...(normalizedReason ? ["", `> _Current focus: ${normalizedReason}_`] : []),
MARKER_END,
"",
"---",