From 39679c471992aa2cff066bc7acac40db2860c8f1 Mon Sep 17 00:00:00 2001 From: "Rick Su [SSW]" Date: Sun, 31 Mar 2024 01:42:02 +1100 Subject: [PATCH] =?UTF-8?q?XS=E2=9C=94=20=E2=97=BE=20Issue=20Template=20-?= =?UTF-8?q?=20Video=20(#26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Issue Template and Label for Video --- .github/ISSUE_TEMPLATE/5-video.md | 46 +++++++++++++++++++++++++++++++ labeler_labels.json | 5 ++++ 2 files changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/5-video.md diff --git a/.github/ISSUE_TEMPLATE/5-video.md b/.github/ISSUE_TEMPLATE/5-video.md new file mode 100644 index 0000000..73cba40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/5-video.md @@ -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 }} + + +``` + +Video Thumbnail Template: +{{ PATH_TO_POWERPOINT_FILE }} + + +### 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 }} + diff --git a/labeler_labels.json b/labeler_labels.json index 144d86b..903cb46 100644 --- a/labeler_labels.json +++ b/labeler_labels.json @@ -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",