docs: refine OSS weekend banner messaging
This commit is contained in:
2
.github/oss-weekend.json
vendored
2
.github/oss-weekend.json
vendored
@@ -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",
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
---
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
---
|
||||
|
||||
@@ -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