-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Email templates for accepting a submission and confirming details (#136)
- Loading branch information
1 parent
ca749af
commit 739146c
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Hello {name}, | ||
|
||
Thanks for submitting your proposal for a {session type} on {topic}. We're excited to invite you to present at SeattleJS! | ||
|
||
SeattleJS meets on the 2nd Wednesday of each month. We ask that presenters arrive at 5PM for tech check before the doors open at 5:30PM and presentations begin at 6:30PM. | ||
|
||
We're currently booking presenters for the following meetups. Do any of these dates work for you? | ||
|
||
- {Date 1} | ||
- {Date 2} | ||
- {Date 3} | ||
|
||
Once we've got a date confirmed, we will confirm all the other details and get you added to the agenda for the meetup! | ||
|
||
Best regards, | ||
|
||
SeattleJS Organizers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Hello {name}, | ||
|
||
Congratulations! You are now confirmed to present about {topic} at the SeattleJS meetup on {date}. We're excited to have you join us! | ||
|
||
Before we publish the event details, we'd like to confirm your information. Here's the details from your submission - is there anything you'd like to change or are you happy with it as is? | ||
|
||
- **Name**: {name} | ||
- **Pronouns**: {pronouns} | ||
- **Company**: {company} | ||
- **Presentation Type**: {duration + Lightning/Full/Workshop} | ||
- **Presentation Title**: {title} | ||
- **Presentation Description**: {description} | ||
- **Topics**: {topics list} | ||
|
||
Let us know if that all looks good or any changes you'd like changed. Afterwards we will get you added to the meetup agenda! | ||
|
||
Best regards, | ||
|
||
SeattleJS Organizers |