Skip to content

Commit 9bae263

Browse files
authored
Add video content proposal issue template
Added a new issue template for video content proposals, including fields for creator, topic, format, and description.
1 parent 4a4f41a commit 9bae263

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: 🎬 Video Content Proposal
2+
description: Suggest or contribute video content for CodeHarborHub YouTube / Tutorials
3+
title: "[Video]: Topic Name"
4+
labels:
5+
- video
6+
- content
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
## 🎬 Video Content Proposal
12+
Contribute tutorials, interviews, or educational videos for CodeHarborHub.
13+
- type: input
14+
id: creator
15+
attributes:
16+
label: Creator / Presenter
17+
placeholder: e.g., Ajay Dhangar
18+
- type: input
19+
id: topic
20+
attributes:
21+
label: Video Topic
22+
placeholder: e.g., Getting Started with Generative AI
23+
- type: dropdown
24+
id: format
25+
attributes:
26+
label: Video Type
27+
options:
28+
- Tutorial
29+
- Interview
30+
- Event Recording
31+
- Announcement
32+
- Course Lecture
33+
- type: textarea
34+
id: summary
35+
attributes:
36+
label: Description
37+
placeholder: Short description of video content

0 commit comments

Comments
 (0)