From d5d4e550d92f491dbe5a1c75957fa09aa897cb12 Mon Sep 17 00:00:00 2001 From: Niket kumar Dheeryan <52290648+Niketkumardheeryan@users.noreply.github.com> Date: Fri, 11 Jun 2021 15:01:20 +0530 Subject: [PATCH] Create labels.json --- .github/labels.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/labels.json diff --git a/.github/labels.json b/.github/labels.json new file mode 100644 index 0000000000..7099d21f40 --- /dev/null +++ b/.github/labels.json @@ -0,0 +1,42 @@ +[ + { + "name": "good first issue", + "description": "This issue is good for first timers", + "color": "a9e3ff" + }, + { + "name": "🆘 help wanted", + "description": "This issue needs help ! Please help if possible !", + "color": "ff00ff" + }, + { + "name": "🟥 Level4 ", + "description": "This issue will be considered as level 4 issue for LGM-SOC 21.Points will be 45.", + "color": "b60205" + }, + { + "name": "🟧 Level3 ", + "description": "This issue will be considered as level 3 issue for LGM-SOC 21.Points will be 25.", + "color": "ff9f1c" + }, + { + "name": "🟨 Level2 ", + "description": "This issue will be considered as level 2 issue for LGM-SOC 21.Points will be 10", + "color": "ffcc00" + }, + { + "name": "🟩 Level1 ", + "description": "This issue will be considered as level 1 issue for LGM-SOC 21.Points will be 5", + "color": "cfda2c" + }, + { + "name": " LGMSOC21 ", + "description": "This issue will be considered for LGM-SOC 21", + "color": "d93f0b" + }, + { + "name": " 🤩 Up for Grab ", + "description": "This issue will is not assigned ! Grab It !", + "color": "bf00ff" + } +]