From f7b9cedcde2d13e4399887ef35a161b44be79f90 Mon Sep 17 00:00:00 2001 From: mvisic Date: Tue, 11 Oct 2022 22:27:39 +0800 Subject: [PATCH] Update data.json Added a Hacktoberfest Quiz in python --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 33fe6b4..9421820 100644 --- a/data.json +++ b/data.json @@ -2086,5 +2086,14 @@ ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." } + { + "name": "Hacktoberfest Quiz", + "link": "https://github.com/mvisic/Hacktoberfest-Quiz", + "label": "good first issue", + "technologies": [ + "python" + ], + "description": "A short Hacktoberfest quiz created in python" + } ] }