-
Notifications
You must be signed in to change notification settings - Fork 700
[TOKYO-2026] Files Created for Event #15557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
a-vasse
commented
Oct 27, 2025
- added files for Tokyo 2026
✅ Deploy Preview for devopsdays-web ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
👍 from me (on the committee) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there! We need you to use the add_new_event.sh script to kick off a new year's event. The docs on how to use the script are here. At the moment, here's what's missing or needs to be fixed:
- We've moved assets to the
assets/directory. Here's where the assets for an event go, in the appropriate directory: https://github.com/devopsdays/devopsdays-web/tree/main/assets/events. - You no longer need the square logo file unless your logo is not actually square.
- There's a redirect file that needs to get updated: https://github.com/devopsdays/devopsdays-web/blob/main/static/_redirects#L121
It's much easier to use the script, though, than to try to catch everything on your own. That script will also ensure your main.yml file is updated to the latest version.
Also, please review the note about the email to info@ below. It helps us ensure the mailing lists are up to date with so many events happening :)
| <div class = "row"> | ||
| <div class = "col-md-2"> | ||
| <strong>Program</strong> | ||
| </div> | ||
| <div class = "col-md-8"> | ||
| View the {{< event_link page="program" text="program." >}} | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class = "row"> | ||
| <div class = "col-md-2"> | ||
| <strong>Speakers</strong> | ||
| </div> | ||
| <div class = "col-md-8"> | ||
| Check out the {{< event_link page="speakers" text="speakers!" >}} | ||
| </div> | ||
| </div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You don't have these pages created yet, so these links are broken. I'd comment them out until you're ready.
|
|
||
|
|
||
| # These are the same people you have on the mailing list and Slack channel. | ||
| team_members: # Name is the only required field for team members. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before we can merge this PR, We need an email sent to the info@ mailing address with the following information:
- Whether there are any changes to the organizing team
- If there are new organizers, we need the names, email addresses, and affiliations for all new organizers so we can add them to the mailing list and Slack.
- If there are organizers removed, we need their email addresses so we can remove them from the mailing list and Slack.
Thank you!
| enddate: 2026-04-16T23:59:59+09:00 | ||
|
|
||
| # Leave CFP dates blank if you don't know yet, or set all three at once. | ||
| cfp_date_start: 2024-11-01T00:00:00+09:00 # start accepting talk proposals. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| cfp_date_start: 2024-11-01T00:00:00+09:00 # start accepting talk proposals. | |
| cfp_date_start: 2025-11-01T00:00:00+09:00 # start accepting talk proposals. |
| registration_date_start: # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page. | ||
| registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here. | ||
|
|
||
| registration_closed: "" #set this to true if you need to manually close registration before your registration end date | ||
| registration_link: "" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since your registration is open, you need to fill in these dates so it populates on the main page.
| registration_date_start: # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page. | |
| registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here. | |
| registration_closed: "" #set this to true if you need to manually close registration before your registration end date | |
| registration_link: "" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button. | |
| registration_date_start: 2025-11-05T00:00:00+09:00 | |
| registration_date_end: # What date should you have here? | |
| registration_closed: "" #set this to true if you need to manually close registration before your registration end date | |
| registration_link: "https://pretix.eu/devopsdaystokyo/2026/" |