-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from srobo/decouple-team-signup-from-kickstart
Separate out the teams/volunteers reminder emails for Kickstart
- Loading branch information
Showing
5 changed files
with
58 additions
and
2 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,25 @@ | ||
summary: Send teams final details for the $SRYYYY Kickstart | ||
|
||
priority: should | ||
|
||
component: Competition | ||
|
||
milestone: $SRYYYY Kickstart | ||
|
||
area-owner: teams | ||
|
||
description: >- | ||
We should aim to tell them: | ||
- The venue for Kickstart | ||
- Travel details for the venue (address, parking, etc.) | ||
- What time to arrive/when the livestream starts | ||
- That their team members should join the Discord server | ||
Required actions: | ||
- [ ] Ensure the final details are on the website | ||
- [ ] Send final details about Kickstart to team leaders | ||
dependencies: | ||
- kickstart/discord | ||
- kickstart/signup-teams | ||
- kickstart/risk-assessments |
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,24 @@ | ||
summary: Send volunteers details for the $SRYYYY Kickstart | ||
|
||
priority: should | ||
|
||
component: Competition | ||
|
||
milestone: $SRYYYY Kickstart | ||
|
||
area-owner: volunteer-coordination | ||
|
||
description: >- | ||
We should aim to tell them: | ||
- The venue for Kickstart | ||
- Travel details for the venue (address, parking, etc.) | ||
- What time to arrive | ||
- That they should join the Discord server | ||
Required actions: | ||
- [ ] Ensure the final details are on the website | ||
- [ ] Send final details about Kickstart to volunteers | ||
dependencies: | ||
- kickstart/discord | ||
- kickstart/signup-volunteers |
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
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
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