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 +9
-51
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 1 file changed +9
-51
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
name : Episode PR
2
3
description : There are things that need to happen at the end of an episode
3
4
title : " [PUBLISH] Python Community NEWS <EPISODE NUMBER>"
4
5
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
6
+ ---
7
+
8
+ # [ PUBLISH] Episode Date
9
+
10
+ ## Episode Issue
11
+
12
+
13
+ @kjaymiller , @jonafato
You can’t perform that action at this time.
0 commit comments