Skip to content

Tweak acceptance email for hybrid speakers #2418

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 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/_data/berlin-2025-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ about:
cfp: # Conf dates 27-28 October
url: "https://pretalx.com/wtd-berlin-2025/cfp" # Open June 2 (Mon), -> 8 weeks to submit
ends: "August 4, 2025" # (Mon) 1 week, to review. It'll take a little longer to announce
confirm_by: "August 15, 2025"
notification: "August 18, 2025" # (Mon) 8 weeks to write and prepare
video_by: "September 27, 2025" # (Mon) Approx 4 weeks before
speaker_tickets_by: October 6, 2025 # (Mon) Approx 3 weeks before
slides_by: "October 20, 2025" # (Mon) 1 week before
preview: "TODO" # Preview URL TODO
Expand Down
1 change: 1 addition & 0 deletions docs/_data/schema-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ cfp-details:
url: str(required=True)
ends: str(required=True)
notification: str(required=True)
confirm_by: str(required=False)
video_by: str(required=False)
slides_by: str(required=False)
info_by: str(required=False)
Expand Down
13 changes: 7 additions & 6 deletions docs/conf/berlin/2025/cfp-email-templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,20 @@ Subject:

The Write the Docs {{city}} talk selection committee has finished the review process and we'd love it if you could join us as a speaker!

Write the Docs {{city}} {{year}} is **in person** in {{city}} on **{{date.short}}**.
Write the Docs {{city}} {{year}} is **hybrid** conference in {{city}} on **{{date.short}}**. Most talks are delivered in-person and on-stage, unless you have explicitly proposed and been accepted for a pre-recorded talk.

We think your talk: '{proposal_title}' would be a great fit for the conference. We'd love to have you prepare it for a **30-minute** time slot, with additional questions and answers after that.

First up, make sure to confirm your speaking slot by doing these **three things** by **Friday 7th February**:
First up, make sure to confirm your speaking slot by doing these **three things** by **{{cfp.confirm_by}}**:

1. Confirm your **attendance in-person** in {{city}} by clicking the {confirmation_link}
1. If you're speaking in person, confirm your **attendance in-person** in {{city}} by clicking the {confirmation_link}
If you're delivering a pre-recorded talk, confirm your commitment to deliver a reocrded talk by {{cfp.video_by}} by clicking the {confirmation_link}

2. Let us know any of the following:

○ If you have a strong preference for presenting on Monday or Tuesday, or in the morning or afternoon.
○ If you already purchased a ticket so we can issue you a refund.
○ If you would like to have an experienced member of the Write the Docs community mentor you through the talk preparation process.
○ If you would like to have an experienced Write the Docs speaker mentor you through the talk preparation process.

3. Update your [Pretalx profile](https://pretalx.com/wtd-{{shortcode}}-{{year}}/me/) with a bio and other information that we'll use to create your speaker profile and get our audience excited about your talk.

Expand All @@ -53,10 +54,10 @@ Subject:
* Remember that one of the biggest strengths of the Write the Docs community is that we come from a huge variety of professional and personal backgrounds.
When you're writing your talk (just like when you're writing documentation), think about the diverse needs and interests of your audience, avoid (or define) any jargon-y language, and make sure you clearly express what people are going to learn from your talk.
* Remember this is a community conference. If you're representing your employer it's okay to mention that, but please don't treat your talk as a marketing opportunity.
* Make sure you plan your talk to fit in the allotted time. 30 mins for the the talk itself.There will be Q&A after the 30 mins.
* Make sure you plan your talk to fit in the allotted time. 30 mins for the the talk itself. There will be Q&A after the 30 mins.
* Please review our Code of Conduct (https://www.writethedocs.org/code-of-conduct/) and make sure your talk content adheres to it. As a rule of thumb, if you're on the fence about whether something in your talk could be considered inappropriate or offensive, leave it out. If you have a question about the code, feel free to email us and ask!

If you're concerned about travel expenses, let us know. We do have a budget for speaker expenses, but it can't cover all our speakers.
If you're attending in person and concerned about travel expenses, let us know. We do have a budget for speaker expenses, but it can't cover all our speakers.

As we confirm your details, we'll publish your abstract, profile pic, and information on the conference site. We'll also be emailing attendees so they can share in our excitement about the talks we'll be presenting this year!

Expand Down
Loading