wrapping up maintainer month 2026 - scheduled for june 1#499
Open
samus-aran wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Wraps up Maintainer Month 2026 across the site: updates hero/about/schedule/connection copy, hides the partner offers grid behind a thank-you message, and removes the "Add your activity", ICS download, "Get the partner pack", and "Love Letters" affordances along with the upcoming-events block on the homepage.
Changes:
- Updates homepage and schedule copy (
content/home/*.md,content/commons.json) to reflect that Maintainer Month 2026 has concluded. - Removes UI affordances no longer relevant post-event: partner-pack button (hero), Love Letters nav link (header), Add Activity / ICS download buttons (events list), and the upcoming-events list on the homepage Events section.
- Replaces the partner offers grid with a thank-you/closing message in
Offers.jsx.
Show a summary per file
| File | Description |
|---|---|
| content/home/1-hero.md | New hero title/button text announcing the wrap. |
| content/home/2-about.md | About section title updated to a thank-you. |
| content/home/5-events.md | Schedule section title indicates the event has concluded. |
| content/home/6-connection.md | Connection section title shifted to past tense. |
| content/commons.json | Schedule description rewritten as a closing message. |
| components/partner-pack/offers/Offers.jsx | Replaces offer cards with a concluded-event message. |
| components/home/hero/Hero.jsx | Removes the "Get the partner pack" CTA button. |
| components/home/events/Events.jsx | Drops useIncomingEvents and the events list rendering (shared with archive pages). |
| components/header/Header.jsx | Removes the Love Letters navigation item. |
| components/events-list/EventsList.jsx | Removes "Add your activity" and ICS download buttons from the schedule header. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 10/10 changed files
- Comments generated: 4
Comment on lines
4
to
11
| const Events = ({ title, list, connectionTitle, connectionButtonText }) => { | ||
| const events = useIncomingEvents(list) | ||
|
|
||
| return ( | ||
| <section className="events"> | ||
| <div className="events__content"> | ||
| <SectionDivider title={title} /> | ||
|
|
||
| <div className="events__list"> | ||
| {events.map((event, index) => ( | ||
| <EventDetail | ||
| key={event.slug} | ||
| event={event} | ||
| reverseColumns={index % 2 !== 0} | ||
| /> | ||
| ))} | ||
| </div> | ||
| </div> | ||
| <Connection title={connectionTitle} buttonText={connectionButtonText} /> | ||
| </section> |
Comment on lines
48
to
50
| <p className="events-list__subtitle"> | ||
| {getLiteral('schedule:description')} | ||
| </p> |
| @@ -45,8 +45,6 @@ const Hero = ({ date, title, buttonText, buttonLink }) => { | |||
|
|
|||
| <div className="hero__buttons"> | |||
| <ButtonLink href={buttonLink}>{buttonText}</ButtonLink> | |||
Comment on lines
125
to
126
| </li> | ||
| <li> | ||
| <Link | ||
| href={ROUTES.LOVE_LETTERS.path} | ||
| aria-label="Love Letters" | ||
| className={clsx('header__link', { | ||
| ['is-active']: pathname === ROUTES.LOVE_LETTERS.path, | ||
| })} | ||
| > | ||
| <Heart /> | ||
| <span className="header__link-text"> | ||
| Love Letters | ||
| </span> | ||
| </Link> | ||
| </li> | ||
| </ul> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the Maintainer Month website and related content to reflect the conclusion of Maintainer Month 2026. The changes remove event submission and promotional features, update messaging throughout the site, and revise the event schedule to mark the end of the event. Additionally, the calendar file is updated with new and modified events.
Key changes:
Site messaging and content updates:
Feature and navigation removals: