From 22009de31c5274a9cc2ae45d03b72a28fcb41525 Mon Sep 17 00:00:00 2001 From: Rohan Kulkarni <76584243+rohan-kulkarni-25@users.noreply.github.com> Date: Sat, 5 Jun 2021 11:42:45 +0530 Subject: [PATCH] Create labels.json --- labels.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 labels.json diff --git a/labels.json b/labels.json new file mode 100644 index 0000000..5716c10 --- /dev/null +++ b/labels.json @@ -0,0 +1,30 @@ +[ + { + "name": "good first issue", + "color": "a9e3ff" + }, + { + "name": "🆘 help wanted", + "color": "ff00ff" + }, + { + "name": "🟥 Level : 4 ", + "color": "b60205" + }, + { + "name": "🟧 Level : 3 ", + "color": "ff9f1c" + }, + { + "name": "🟨 Level : 2 ", + "color": "ffcc00" + }, + { + "name": "🟩 Level : 1 ", + "color": "cfda2c" + }, + { + "name": " LGM-SOC 21 ", + "color": "d93f0b" + } +]