Skip to content

Commit

Permalink
XS✔ ◾ Issue Template - Video (#26)
Browse files Browse the repository at this point in the history
Added Issue Template and Label for Video
  • Loading branch information
ricksu978 authored Mar 30, 2024
1 parent 9f2f437 commit 39679c4
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
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

0 comments on commit 39679c4

Please sign in to comment.