We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e40ef commit e27a2a0Copy full SHA for e27a2a0
1 file changed
.github/ISSUE_TEMPLATE/learning_resource.yml
@@ -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
16
+ label: Resource Title
17
+ placeholder: e.g., Intro to Neural Networks
18
19
+ id: link
20
21
+ label: Resource Link
22
+ placeholder: e.g., https://towardsdatascience.com/...
23
+ - type: dropdown
24
+ id: type
25
26
+ label: Resource Type
27
+ options:
28
+ - Article
29
+ - Video
30
+ - GitHub Repo
31
+ - Course
32
+ - Book
0 commit comments