You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detailed description of your event goes here. You can use markdown formatting.
65
66
```
66
67
67
-
4. All frontmatter fields (between `---`) are mandatory
68
+
> **Note:**`UTCStartTime` and `UTCEndTime` are optional. If omitted, the event will display "TBD" for the time. You can also set them to `'TBD'` explicitly or use `'all-day'` for events that span an entire day. Use `endDate` for multi-day events.
68
69
5. Submit a PR with your changes
69
70
70
71
### Adding a New Resource
@@ -175,8 +176,9 @@ For significant changes like:
175
176
-`metaTitle`: Title for SEO meta tags
176
177
-`metaDesc`: Description for SEO meta tags
177
178
-`date`: Event date in `MM/DD` format
178
-
-`UTCStartTime`: Start time in UTC, in `HH:MM` format
179
-
-`UTCEndTime`: End time in UTC, in `HH:MM` format
179
+
-`endDate`: _(optional)_ End date in `MM/DD` format, for multi-day events (e.g., a conference running May 16-18 would use `date: '05/16'` and `endDate: '05/18'`). Multi-day events display a date range and remain listed as upcoming until the end date passes.
180
+
-`UTCStartTime`: _(optional)_ Start time in UTC, in `HH:MM` format. Omit or set to `'TBD'` if the time is not yet confirmed. Set to `'all-day'` for events without a specific start time.
181
+
-`UTCEndTime`: _(optional)_ End time in UTC, in `HH:MM` format. Same rules as `UTCStartTime`.
180
182
-`type`: One of: `podcast`, `stream`, `talk`, `meetup`, `fundraising`, `conference`, `misc`
Copy file name to clipboardExpand all lines: Participation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
...a month for open source maintainers to gather, share, and be celebrated.
4
4
Open source runs the world, but who runs open source? Open source maintainers are behind the software we use everyday, but they don't always have the community or support they need. That's why we're celebrating open source maintainers all month long.
5
5
6
-
The 2025 Maintainer Month is, of course, in **May**! You're invited to participate in whatever ways you'd like, and list what you're doing on the public [Maintainer Month site](https://maintainermonth.github.com/).
6
+
The 2026 Maintainer Month is, of course, in **May**! You're invited to participate in whatever ways you'd like, and list what you're doing on the public [Maintainer Month site](https://maintainermonth.github.com/).
0 commit comments