-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Issue Template and Label for Video
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
name: "🎥 Video" | ||
about: "Upload weekly Sprint Review & Planning videos to YouTube channel" | ||
title: "🎥 Upload Sprint {{ SPRINT_NUM }} video to YouTube channel" | ||
labels: "Type: Video" | ||
assignees: "" | ||
|
||
--- | ||
|
||
Cc: {{ PRODUCT_OWNER }} | ||
|
||
Video Title | ||
``` | ||
Sprint {{ SPRINT_NUM }} - {{ PROJECT }} - Review & Planning Meeting {{ YYYY-MM-DD }} | ||
``` | ||
|
||
Video Description: | ||
``` | ||
Join us for Sprint {{ SPRINT_NUM }} - {{ PROJECT }} - Review & Planning Meeting | ||
{{ TIMESTAMP_SUMMARY_FROM_AI }} | ||
🔗 Links: | ||
{{ PUBLIC_LINKS }} | ||
<!-- product page or social media page, if applicable --> | ||
``` | ||
|
||
Video Thumbnail Template: | ||
{{ PATH_TO_POWERPOINT_FILE }} | ||
<!-- | ||
Thumbnail Generation - take a screenshot in PowerPoint fullscreen mode (1920x1080) | ||
--> | ||
|
||
### Acceptance Criteria | ||
1. Public can see this week's video on YouTube channel | ||
|
||
### Tasks | ||
- [ ] Upload this week's Sprint video with Title and Description to YouTube channel | ||
- [ ] Generate thumbnail from the template and add it to the video | ||
- [ ] Add the video to the Playlist | ||
|
||
### Information | ||
- YouTube Channel {{ YOUTUBE_CHANNEL_LINK }} | ||
- Playlist {{ PLAYLIST_LINK }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters