From 2faee254aaae01ae55df803279d034baadd49384 Mon Sep 17 00:00:00 2001 From: Coco <114794108+cocomantis@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:53:33 +0100 Subject: [PATCH] Create Contributor_list.json --- Website/Contributor_list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Website/Contributor_list.json diff --git a/Website/Contributor_list.json b/Website/Contributor_list.json new file mode 100644 index 0000000..03da74c --- /dev/null +++ b/Website/Contributor_list.json @@ -0,0 +1,10 @@ +[ + { + "name": "Ridhima", + "action": "Created the website" + }, + { + "name": "Dhruva Bisht", + "action": "Removed a bug from the website to allow contributor list to be displayed." + } +]