Skip to content

Commit e27a2a0

Browse files
authored
Create learning_resource.yml
1 parent 95e40ef commit e27a2a0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Learning Resource Suggestion
2+
description: Suggest tutorials, blogs, or open resources for our learners
3+
title: "[Resource]: Resource Title"
4+
labels:
5+
- education
6+
- learning
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
## 📘 Learning Resource Suggestion
12+
Suggest valuable AI, ML, or Web Development learning materials.
13+
- type: input
14+
id: title
15+
attributes:
16+
label: Resource Title
17+
placeholder: e.g., Intro to Neural Networks
18+
- type: input
19+
id: link
20+
attributes:
21+
label: Resource Link
22+
placeholder: e.g., https://towardsdatascience.com/...
23+
- type: dropdown
24+
id: type
25+
attributes:
26+
label: Resource Type
27+
options:
28+
- Article
29+
- Video
30+
- GitHub Repo
31+
- Course
32+
- Book

0 commit comments

Comments
 (0)