From 4f9e673466a390090b25485f83654e6c48444d0b Mon Sep 17 00:00:00 2001 From: mansikashyap <72797024+mansikashyap@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:57:54 +0530 Subject: [PATCH] Create task-1 --- task-1 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 task-1 diff --git a/task-1 b/task-1 new file mode 100644 index 00000000..e83e9d8f --- /dev/null +++ b/task-1 @@ -0,0 +1,19 @@ + [ + { + "name": "Steve Yonkeu", + "github_handle": "yokwejuste", + "hacktoberfest_round": "third", + "role": [ + "maintainer", + "contributor" + ] + }, + { + "name": "Mansi Kashyap", + "github_handle": "mansikashyap", + "hacktoberfest_round": "first", + "role": [ + "contributor" + ] + } + ]