Skip to content

[PRAGUE-2026] adding the Prague 2026 event #15321

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alllomancer
Copy link

Adding inital pages for the prague 2026 event

@alllomancer alllomancer requested a review from a team as a code owner July 9, 2025 17:45
Copy link

netlify bot commented Jul 9, 2025

Deploy Preview for devopsdays-web ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 815f475
🔍 Latest deploy log https://app.netlify.com/projects/devopsdays-web/deploys/686eaaa420c9010008bd245e
😎 Deploy Preview https://deploy-preview-15321--devopsdays-web.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

# url: http://mycfp.com # The url setting is optional, and only if you want the navigation to link off-site

# 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.
Copy link
Contributor

Choose a reason for hiding this comment

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

This is an initial setup, so please email info @ to align chat and mailinglist

Copy link
Member

Choose a reason for hiding this comment

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

👋 Hi @alllomancer! I know there have been a couple emails to add folks to the mailing list, but currently there's 4 organizers on the mailing list and 5 organizers listed here. That's why we're asking for that email to global core :)

Copy link
Author

Choose a reason for hiding this comment

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

i was told that i cant add orginizers to the mailing list before adding them on the site
i want all the orginizers to sync using the slack channel. and i cant add them to the slack channel before they are on the site.

that is why we are publishing the event early, so i can add the users

Copy link
Collaborator

Choose a reason for hiding this comment

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

@alllomancer To be clear, the following three things must be equal:

  1. The list of organisers on the event website
  2. The list of people on the mailing list
  3. The list of organisers on the organiser Slack

In principle, this PR satisfies № 1. To satisfy № 2 and 3, you must send an email to [email protected] with the names and email addresses of your organising team, which, again, must be the same as in this PR.

I realise this extra step feels superfluous but since the PR does not contain email addresses (for good reason), this is how those addresses are communicated to us.

cfp_date_end: 2026-03-01T00:00:00+00:00 # close your call for proposals.
cfp_date_announce: # inform proposers of status

cfp_link: "https://www.papercall.io/dodprague" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
Copy link
Contributor

Choose a reason for hiding this comment

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

This link is currently closed

Description = "Sponsor DevOpsDays Prague 2026"
+++

We greatly value sponsors for this open event. If you are interested in sponsoring, please <a href="mailto:[email protected]?subject=Interested%20in%20Sponsoring%20DevOpsDays%20Prague%202026">send us an email</a>.
Copy link
Contributor

Choose a reason for hiding this comment

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

This includes a off mailing list email
@nimbinatus is this ok?

Copy link
Member

Choose a reason for hiding this comment

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

Thanks for catching that, @toshywoshy! @alllomancer, one of the few rules we enforce is around published mailing lists being an *@devopsdays.org mailing list. This allows global core to ensure that we can help if there's anything that goes wrong with your event, as well as ensuring future organizers have access to the same mailing list should someone try to reach a future event using a past email. I'm more than happy to make you a prague-sponsors@ mailing list and put your internal one listed here as the only subscriber, though, so you can continue to work with the tools you have. Mind sending me an email at [email protected] so I can facilitate that for you?


We greatly value sponsors for this open event. If you are interested in sponsoring, please <a href="mailto:[email protected]?subject=Interested%20in%20Sponsoring%20DevOpsDays%20Prague%202026">send us an email</a>.

<a class="btn btn-primary btn-block" style = "width: 200px; margin-top: 10px; margin-bottom: 10px; background-color: #96bfe6; border-color: #96bfe6;" href="https://assets.devopsdays.org/events/2025/prague/DevOpsDays-Prague-2025-prospectus.pdf" target="_blank">Download Sponsoring Kit!</a>
Copy link
Contributor

Choose a reason for hiding this comment

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

You still have 2025 listed here, you should update to a 2026 version


<hr>

Head to [the CFP](https://www.papercall.io/dodprague) for more information.
Copy link
Contributor

Choose a reason for hiding this comment

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

While this page isn't linked, the url here does not work

@toshywoshy toshywoshy added the awaiting-email-to-info An email to info@ is pending. label Jul 10, 2025
@phrawzty phrawzty changed the title [CZ-2026] adding the Prague 2026 event [PRAGUE-2026] adding the Prague 2026 event Jul 16, 2025
Copy link
Member

@nimbinatus nimbinatus left a comment

Choose a reason for hiding this comment

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

This PR is missing some elements like the redirect for this year. Did you copy over last year's event, or did you use the add event script? We really recommend using the add event script (https://github.com/devopsdays/devopsdays-web/tree/main/utilities#events) as it handles any changes we've made in the site structure, as well as some of the more common things folks forget.

@alllomancer
Copy link
Author

hi @nimbinatus
working with the tool created too many pages we didnt need right now
The only reason we are publishing the site now, is so that we can get all the organisers on the slack channel,
otherwise i would wait until we at least open the CFP before publishing the site.

@phrawzty
Copy link
Collaborator

working with the tool created too many pages we didnt need right now

You are under no obligation to link or otherwise activate the boilerplate elements.

We heavily suggest using the add_new_event.sh script to generate a new event. If you don't use the script, it will cause irregularities and thus slow down the review process.

My strong suggestion is to close this PR, create a new branch from main, use the script, and modify the main.yml as necessary to (de)activate what you need for the initial stub.

And in any case, you still need to satisfy this comment: #15321 (comment)

We'll leave this PR open for a few more days in case you have any other questions, then it will be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-email-to-info An email to info@ is pending. do-not-merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants