Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XS✔ ◾ Issue Template - Video #26

Merged
merged 1 commit into from
Mar 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/5-video.md
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 }}

5 changes: 5 additions & 0 deletions labeler_labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"description": "Updating documentation (e.g. README, Wiki, Guides etc.)",
"color": "BABABA"
},
{
"name": "Type: Video",
"description": "Upload video to YouTube channel",
"color": "333333"
},
{
"name": "Area: Backend",
"description": "Relates to backend development e.g. API, Database etc",
Expand Down