docs: refine OSS weekend banner messaging
This commit is contained in:
@@ -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,
|
||||
"",
|
||||
"---",
|
||||
|
||||
Reference in New Issue
Block a user