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

@@ -1,7 +1,7 @@
{
"active": true,
"mode": "weekend",
"startsAt": "2026-04-02T09:13:17.643Z",
"startsAt": "2026-04-02T09:16:58.317Z",
"startsAtText": "Thursday, April 2, 2026",
"reopensOn": "2026-04-13",
"reopensOnText": "Monday, April 13, 2026",

View File

@@ -3,9 +3,9 @@
**Issue tracker reopens Monday, April 13, 2026.**
OSS weekend runs Thursday, April 2, 2026 through Monday, April 13, 2026. 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](https://discord.com/invite/3cU7Bz4UPx).
OSS weekend runs Thursday, April 2, 2026 through Monday, April 13, 2026. 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](https://discord.com/invite/3cU7Bz4UPx).
Current focus: at the moment i'm deep in refactoring internals, and need to focus.
> _Current focus: at the moment i'm deep in refactoring internals, and need to focus._
<!-- OSS_WEEKEND_END -->
---

View File

@@ -3,9 +3,9 @@
**Issue tracker reopens Monday, April 13, 2026.**
OSS weekend runs Thursday, April 2, 2026 through Monday, April 13, 2026. 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](https://discord.com/invite/3cU7Bz4UPx).
OSS weekend runs Thursday, April 2, 2026 through Monday, April 13, 2026. 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](https://discord.com/invite/3cU7Bz4UPx).
Current focus: at the moment i'm deep in refactoring internals, and need to focus.
> _Current focus: at the moment i'm deep in refactoring internals, and need to focus._
<!-- OSS_WEEKEND_END -->
---

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,
"",
"---",