From 60af308b5ed693b13b6755440deac55fda41e49b Mon Sep 17 00:00:00 2001 From: Rajneesh <112794051+rajneesh-18@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:23:48 +0530 Subject: [PATCH] feat: add My First PR My First PR helps developers, especially beginners, make their first open-source contribution with easy-to-follow guides and real-world GitHub opportunities. --- database/open_source/tools.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/open_source/tools.json b/database/open_source/tools.json index 31489777d..d5ceb37a8 100644 --- a/database/open_source/tools.json +++ b/database/open_source/tools.json @@ -54,5 +54,12 @@ "url": "https://www.hubdev.tools/", "category": "open source", "subcategory": "tools" + }, + { + "name": "My First PR", + "description": "My First PR helps developers, especially beginners, make their first open-source contribution. We provide resources, guides, and real-world opportunities to submit pull requests on GitHub, making it easier to start your open-source journey.", + "url": "https://my-first-pr.github.io/", + "category": "open source", + "subcategory": "tools" } ]