File tree Expand file tree Collapse file tree 3 files changed +52
-0
lines changed Expand file tree Collapse file tree 3 files changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ dependencies:
17
17
- kickstart/website/main
18
18
- kickstart/update-dummy-api
19
19
- kickstart/microgames
20
+ - kickstart/publish-news-afterwards
20
21
- kickstart/print-disclaimer-forms
21
22
- kickstart/venues
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments