From 2562483b98d689df46deb074fb4621a8db45bcf9 Mon Sep 17 00:00:00 2001 From: Adarsh Malviya Date: Tue, 17 Oct 2023 18:22:13 +0530 Subject: [PATCH 1/2] Open Source Tutorial Link Added --- database/open_source/os-tutorials.json | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/database/open_source/os-tutorials.json b/database/open_source/os-tutorials.json index aac918e20..4b53e5d42 100644 --- a/database/open_source/os-tutorials.json +++ b/database/open_source/os-tutorials.json @@ -1,9 +1,16 @@ [ - { - "name": "How I choose Maintainers", - "description": "Even though the focus is on a specific project, this video provides great advice on how to maintain someone else's open source project.", - "url": "https://youtu.be/WPaN9vIyqt4", - "category": "open-source", - "subcategory": "os-tutorials" - } -] \ No newline at end of file + { + "name": "How I choose Maintainers", + "description": "Even though the focus is on a specific project, this video provides great advice on how to maintain someone else's open source project.", + "url": "https://youtu.be/WPaN9vIyqt4", + "category": "open-source", + "subcategory": "os-tutorials" + }, + { + "name": "Open Source BootCamp in Hindi", + "description": "This is the in-depth course for Open Source in the Hindi language, which covers topics required to understand the process involved in Open Source Contribution.", + "url": "https://www.youtube.com/playlist?list=PLinedj3B30sAT6CotNj0iffhRV89SkNK9", + "category": "open-source", + "subcategory": "os-tutorials" + } +] From fa47a223c02139324b0d743e962496a43cf6053c Mon Sep 17 00:00:00 2001 From: Adarsh Malviya Date: Tue, 17 Oct 2023 20:30:05 +0530 Subject: [PATCH 2/2] Language added --- database/open_source/os-tutorials.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/database/open_source/os-tutorials.json b/database/open_source/os-tutorials.json index 4b53e5d42..3fe9b5e76 100644 --- a/database/open_source/os-tutorials.json +++ b/database/open_source/os-tutorials.json @@ -11,6 +11,7 @@ "description": "This is the in-depth course for Open Source in the Hindi language, which covers topics required to understand the process involved in Open Source Contribution.", "url": "https://www.youtube.com/playlist?list=PLinedj3B30sAT6CotNj0iffhRV89SkNK9", "category": "open-source", - "subcategory": "os-tutorials" + "subcategory": "os-tutorials", + "language": "Hindi" } ]