Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit a1a6b0f

Browse files
authored
Update episode-post-prep.yaml
1 parent e023398 commit a1a6b0f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/ISSUE_TEMPLATE/episode-post-prep.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,36 @@
11
name: Episode Post Prep
22
description: There are things that need to happen at the end of an episode
33
title: "[Publish] Python Community <EPISODE NUMBER>"
4-
labels: publish
4+
labels: ['publish']
55
assignees: ['kjaymiller', 'jonafato']
66
body:
77
- type: markdown
88
attributes:
99
value: "# Prior to Publishing"
10+
label: "Use this checklist to walk through all the steps you'll need to complete for each episode"
1011
- type: checkboxes
1112
id: checklist
1213
attributes:
1314
options:
1415
- label: Download the Audio/Video from StreamYard
1516
- label: Share the YouTube link with folks on social media
1617
- 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
1919
- 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
2121
- type: input
2222
id: episode_date
2323
attributes:
2424
label: Episode Date
2525
placeholder: "YYYY-MM-DD"
26+
validations:
2627
required: true
2728
- type: input
2829
id: shownotes_id
2930
attributes:
3031
label: Shownotes ID
3132
description: The ID from transitor.fm which you can get from the share url.
33+
validations:
3234
required: true
3335
- type: input
3436
id: youtube_id
@@ -41,10 +43,14 @@ body:
4143
attributes:
4244
label: Issues
4345
description: The Issues covered in the episode. Use the #<ISSUE_NUMBER> format.
46+
validations:
4447
required: true
4548
- type: input
4649
id: newsletter_publish_date
4750
attributes:
4851
label: Newsletter Publish Date/Time
4952
description: The date and time that the episode will be published in the newsletter.
5053
placeholder: "YYYY-MM-DDTHH:MMZ"
54+
validations:
55+
required: true
56+

0 commit comments

Comments
 (0)