Add events: Maintainers Meetup Delhi (#409) and AssertJ talk (#392)#413
Add events: Maintainers Meetup Delhi (#409) and AssertJ talk (#392)#413ashleywolf merged 2 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds two community-submitted events to the Maintainer Month 2026 calendar by introducing new event markdown entries under content/events/.
Changes:
- Add “Maintainers Meetup Delhi” event entry for May 9 (issue #409).
- Add “What’s wrong with AssertJ?!” event entry for May 12 (issue #392).
Show a summary per file
| File | Description |
|---|---|
| content/events/2026-05-12-whats-wrong-with-assertj-issue-392.md | New talk event entry (frontmatter + description) for the AssertJ talk in Zurich. |
| content/events/2026-05-09-maintainers-meetup-delhi-issue-409.md | New meetup event entry (frontmatter + description) for the Delhi maintainers unconference. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 2
| type: talk | ||
| language: English | ||
| location: 'Zurich, Switzerland' | ||
| userName: Stefano Cordio |
There was a problem hiding this comment.
userLink is missing. The UI renders the organizer name as an <a> with href={event.userLink}; when this field is absent it becomes a non-link (and can cause accessibility/UX issues). Since the organizer URL is available in the issue, add userLink: 'https://github.com/scordio' (or another appropriate organizer page).
| userName: Stefano Cordio | |
| userName: Stefano Cordio | |
| userLink: 'https://github.com/scordio' |
| type: meetup | ||
| language: English | ||
| location: 'Delhi, India' | ||
| userName: FOSS United Foundation |
There was a problem hiding this comment.
userLink is missing. The UI renders the organizer name as an <a> with href={event.userLink}; when this field is absent it becomes a non-link (and can cause accessibility/UX issues). Since the organizer URL is available in the issue, add userLink: 'https://fossunited.org/' (or another appropriate organizer page).
| userName: FOSS United Foundation | |
| userName: FOSS United Foundation | |
| userLink: 'https://fossunited.org/' |
Adds two community-submitted events to the Maintainer Month calendar: