Skip to content

Commit 8a33a8f

Browse files
committed
Add Kickstart volunteer signups
Fixes #15
1 parent 1ae069f commit 8a33a8f

File tree

4 files changed

+41
-0
lines changed

4 files changed

+41
-0
lines changed

kickstart/advertise-volunteers.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
summary: Advertise the $SRYYYY Kickstart to potential volunteers
2+
3+
priority: major
4+
5+
component: Competition
6+
7+
milestone: $SRYYYY Kickstart
8+
9+
description: >-
10+
We need to advertise the existence of the kickstart to people who might want
11+
to help run it.

kickstart/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ dependencies:
1919
- kickstart/microgames
2020
- kickstart/publish-news-afterwards
2121
- kickstart/print-disclaimer-forms
22+
- kickstart/remind-volunteers
23+
- kickstart/signups-volunteers
2224
- kickstart/venues

kickstart/remind-volunteers.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
summary: Remind volunteers about the $SRYYYY Kickstart
2+
3+
priority: major
4+
5+
component: Competition
6+
7+
milestone: $SRYYYY Kickstart
8+
9+
description: >-
10+
We need to remind volunteers that the kickstart is happening and communicate
11+
the final details: who is doing what, at what venue, what time to arrive, etc.
12+
13+
dependencies:
14+
- kickstart/signups-volunteers

kickstart/signups-volunteers.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
summary: Volunteer signups for the $SRYYYY Kickstart
2+
3+
priority: major
4+
5+
component: Competition
6+
7+
milestone: $SRYYYY Kickstart
8+
9+
description: >-
10+
We need to get potential volunteers to sign up to help organise the
11+
kickstart.
12+
13+
dependencies:
14+
- kickstart/advertise-volunteers

0 commit comments

Comments
 (0)