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