Skip to content

Add Maintainer Month 2026 events: Open Source Friday + Rubber Duck Thursdays#384

Open
ashleywolf wants to merge 1 commit intomainfrom
maintainer-month-2026-events
Open

Add Maintainer Month 2026 events: Open Source Friday + Rubber Duck Thursdays#384
ashleywolf wants to merge 1 commit intomainfrom
maintainer-month-2026-events

Conversation

@ashleywolf
Copy link
Copy Markdown
Contributor

Adds 6 events for Maintainer Month 2026 (May):

  • Open Source Friday - Welcome to Maintainer Month 2026 (May 1) — YouTube stream
  • Rubber Duck Thursday: Maintainer Month Edition — weekly maintainer-themed editions (May 1, 8, 15, 22, 29) — gh.io/rubberduckthursdays

Creates the content/2026/events/ directory.

cc @abbycabs

…ursdays

Adds 6 events for May 2026:
- Open Source Friday kickoff (May 1)
- Rubber Duck Thursday: Maintainer Month Edition (weekly, May 1-29)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Maintainer Month 2026 (May) schedule entries under content/2026/events/ so they appear on the site’s event listing/calendar.

Changes:

  • Adds a May 1 “Open Source Friday” kickoff livestream event entry (with UTC start/end times).
  • Adds five “Rubber Duck Thursday: Maintainer Month Edition” event entries for May 2026.
Show a summary per file
File Description
content/2026/events/2026-05-01-open-source-friday-maintainer-month.md Adds the Maintainer Month 2026 kickoff Open Source Friday stream entry.
content/2026/events/2026-05-01-rubber-duck-thursday-maintainer-month.md Adds a Rubber Duck Thursday event entry for May 1.
content/2026/events/2026-05-08-rubber-duck-thursday-maintainer-month.md Adds a Rubber Duck Thursday event entry for May 8.
content/2026/events/2026-05-15-rubber-duck-thursday-maintainer-month.md Adds a Rubber Duck Thursday event entry for May 15.
content/2026/events/2026-05-22-rubber-duck-thursday-maintainer-month.md Adds a Rubber Duck Thursday event entry for May 22.
content/2026/events/2026-05-29-rubber-duck-thursday-maintainer-month.md Adds a Rubber Duck Thursday event entry for May 29.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comments suppressed due to low confidence (5)

content/2026/events/2026-05-22-rubber-duck-thursday-maintainer-month.md:7

  • This event is marked type: 'stream' but has no UTCStartTime/UTCEndTime. In api/calendar.js, missing UTCStartTime causes the generated ICS entry to be treated as an all-day event, which is likely incorrect for a livestream. Please add start/end times for the stream (or change the type/format so calendar generation reflects reality).
date: '05/22'
type: 'stream'
language: 'English'

content/2026/events/2026-05-01-rubber-duck-thursday-maintainer-month.md:7

  • This event is marked type: 'stream' but has no UTCStartTime/UTCEndTime. In api/calendar.js, missing UTCStartTime causes the generated ICS entry to be treated as an all-day event, which is likely incorrect for a livestream. Please add start/end times for the stream (or change the type/format so calendar generation reflects reality).
date: '05/01'
type: 'stream'
language: 'English'

content/2026/events/2026-05-08-rubber-duck-thursday-maintainer-month.md:7

  • This event is marked type: 'stream' but has no UTCStartTime/UTCEndTime. In api/calendar.js, missing UTCStartTime causes the generated ICS entry to be treated as an all-day event, which is likely incorrect for a livestream. Please add start/end times for the stream (or change the type/format so calendar generation reflects reality).
date: '05/08'
type: 'stream'
language: 'English'

content/2026/events/2026-05-15-rubber-duck-thursday-maintainer-month.md:7

  • This event is marked type: 'stream' but has no UTCStartTime/UTCEndTime. In api/calendar.js, missing UTCStartTime causes the generated ICS entry to be treated as an all-day event, which is likely incorrect for a livestream. Please add start/end times for the stream (or change the type/format so calendar generation reflects reality).
date: '05/15'
type: 'stream'
language: 'English'

content/2026/events/2026-05-29-rubber-duck-thursday-maintainer-month.md:7

  • This event is marked type: 'stream' but has no UTCStartTime/UTCEndTime. In api/calendar.js, missing UTCStartTime causes the generated ICS entry to be treated as an all-day event, which is likely incorrect for a livestream. Please add start/end times for the stream (or change the type/format so calendar generation reflects reality).
date: '05/29'
type: 'stream'
language: 'English'
  • Files reviewed: 6/6 changed files
  • Comments generated: 5

Comment on lines +2 to +5
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 1'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/01'
Copy link

Copilot AI Apr 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title says “Rubber Duck Thursday”, but 2026-05-01 is a Friday. If this series is intended to run on Thursdays, the filename/title and date frontmatter should be updated to the actual Thursday date(s) (e.g., 2026-05-07 rather than 2026-05-01).

This issue also appears on line 5 of the same file.

Suggested change
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 1'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/01'
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 7'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/07'

Copilot uses AI. Check for mistakes.
Comment on lines +2 to +5
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 15'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/15'
Copy link

Copilot AI Apr 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title says “Rubber Duck Thursday”, but 2026-05-15 is a Friday. If this series is intended to run on Thursdays, the filename/title and date frontmatter should be updated to the actual Thursday date (e.g., 2026-05-14 rather than 2026-05-15).

This issue also appears on line 5 of the same file.

Suggested change
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 15'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/15'
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 14'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/14'

Copilot uses AI. Check for mistakes.
Comment on lines +2 to +5
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 22'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/22'
Copy link

Copilot AI Apr 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title says “Rubber Duck Thursday”, but 2026-05-22 is a Friday. If this series is intended to run on Thursdays, the filename/title and date frontmatter should be updated to the actual Thursday date (e.g., 2026-05-21 rather than 2026-05-22).

This issue also appears on line 5 of the same file.

Suggested change
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 22'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/22'
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 21'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/21'

Copilot uses AI. Check for mistakes.
Comment on lines +2 to +5
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 8'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/08'
Copy link

Copilot AI Apr 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title says “Rubber Duck Thursday”, but 2026-05-08 is a Friday. If this series is intended to run on Thursdays, the filename/title and date frontmatter should be updated to the actual Thursday date (e.g., 2026-05-07 rather than 2026-05-08).

This issue also appears on line 5 of the same file.

Suggested change
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 8'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/08'
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 7'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/07'

Copilot uses AI. Check for mistakes.
Comment on lines +2 to +5
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 29'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/29'
Copy link

Copilot AI Apr 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title says “Rubber Duck Thursday”, but 2026-05-29 is a Friday. If this series is intended to run on Thursdays, the filename/title and date frontmatter should be updated to the actual Thursday date (e.g., 2026-05-28 rather than 2026-05-29).

This issue also appears on line 5 of the same file.

Suggested change
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 29'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/29'
title: 'Rubber Duck Thursday: Maintainer Month Edition — May 28'
metaTitle: 'Rubber Duck Thursday: Maintainer Month Edition'
metaDesc: 'Live coding with maintainers as part of Maintainer Month 2026.'
date: '05/28'

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants