This repository was archived by the owner on Oct 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Episode Post Prep
2
2
description : There are things that need to happen at the end of an episode
3
3
title : " [Publish] Python Community <EPISODE NUMBER>"
4
- labels : publish
4
+ labels : [' publish']
5
5
assignees : ['kjaymiller', 'jonafato']
6
6
body :
7
7
- type : markdown
8
8
attributes :
9
9
value : " # Prior to Publishing"
10
+ label : " Use this checklist to walk through all the steps you'll need to complete for each episode"
10
11
- type : checkboxes
11
12
id : checklist
12
13
attributes :
13
14
options :
14
15
- label : Download the Audio/Video from StreamYard
15
16
- label : Share the YouTube link with folks on social media
16
17
- label : Break the video into chapters
17
- - label : Create Shownotes Post
18
- - label : Create new Page (Render Engine)
18
+ - label : Update Timestamps in Shownotes Post
19
19
- label : Publish podcast episode
20
- - label : Add Github content link/podcast url/and YouTube link to content
20
+ - label : Add Github link/podcast url/and YouTube link to content
21
21
- type : input
22
22
id : episode_date
23
23
attributes :
24
24
label : Episode Date
25
25
placeholder : " YYYY-MM-DD"
26
+ validations :
26
27
required : true
27
28
- type : input
28
29
id : shownotes_id
29
30
attributes :
30
31
label : Shownotes ID
31
32
description : The ID from transitor.fm which you can get from the share url.
33
+ validations :
32
34
required : true
33
35
- type : input
34
36
id : youtube_id
@@ -41,10 +43,14 @@ body:
41
43
attributes :
42
44
label : Issues
43
45
description : The Issues covered in the episode. Use the # <ISSUE_NUMBER> format.
46
+ validations :
44
47
required : true
45
48
- type : input
46
49
id : newsletter_publish_date
47
50
attributes :
48
51
label : Newsletter Publish Date/Time
49
52
description : The date and time that the episode will be published in the newsletter.
50
53
placeholder : " YYYY-MM-DDTHH:MMZ"
54
+ validations :
55
+ required : true
56
+
You can’t perform that action at this time.
0 commit comments