Skip to content

Commit 1ae069f

Browse files
committed
Add tasks for a post-kickstart news article
Fixes #14
1 parent fcd6c05 commit 1ae069f

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

kickstart/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ dependencies:
1717
- kickstart/website/main
1818
- kickstart/update-dummy-api
1919
- kickstart/microgames
20+
- kickstart/publish-news-afterwards
2021
- kickstart/print-disclaimer-forms
2122
- kickstart/venues
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
summary: Prepare a article for after the $SRYYYY Kickstart
2+
3+
priority: major
4+
5+
component: Website
6+
7+
milestone: $SRYYYY Kickstart
8+
9+
description: >-
10+
After the kickstart we want to have a news article which describes how the
11+
event went and continues to build up the excitement around the comptition.
12+
This should have been mostly written before the competition and then
13+
populated with details as needed.
14+
15+
Things we should mention:
16+
* that we had N locations, the number of teams who attended, etc.
17+
* anything particularly interesting from the days (optional; if such things happen)
18+
* a link to the rulebook (it'll probably be in the usual place in the docs)
19+
* a summary of the game
20+
* a link to the kickstart microgames
21+
22+
The post-kickstart news article can take some time to write. We should
23+
write a skeleton one as soon as possible, and just fill in the blanks
24+
immediately after the kickstart followed by high-speed review and
25+
shipping.
26+
27+
dependencies:
28+
- kickstart/confirm-teams
29+
- kickstart/microgames
30+
- kickstart/rules/decide-game
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
summary: Publish a news article following the $SRYYYY Kickstart
2+
3+
priority: major
4+
5+
component: Website
6+
7+
milestone: $SRYYYY Kickstart
8+
9+
description: >-
10+
After the kickstart we want to have a news article which describes how the
11+
event went and continues to build up the excitement around the comptition.
12+
This should have been mostly written before the competition and then
13+
populated with details as needed.
14+
15+
Once published we should link various people to the article, including:
16+
- Our social media accounts
17+
- Various tech/STEM blogs and other media outlets (we should email them)
18+
19+
dependencies:
20+
- kickstart/prepare-news-afterwards
21+
- kickstart/website/publish-rules

0 commit comments

Comments
 (0)