Skip to content

Commit 284c860

Browse files
Create labels.json
1 parent 617665e commit 284c860

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.github/labels.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"name": "good first issue",
4+
"description": "This issue is good for first timers",
5+
"color": "a9e3ff"
6+
},
7+
{
8+
"name": "🆘 help wanted",
9+
"description": "This issue needs help ! Please help if possible !",
10+
"color": "ff00ff"
11+
},
12+
{
13+
"name": "🟥 Level4 ",
14+
"description": "This issue will be considered as level 4 issue for LGM-SOC 21.Points will be 45.",
15+
"color": "b60205"
16+
},
17+
{
18+
"name": "🟧 Level3 ",
19+
"description": "This issue will be considered as level 3 issue for LGM-SOC 21.Points will be 30.",
20+
"color": "ff9f1c"
21+
},
22+
{
23+
"name": "🟨 Level2 ",
24+
"description": "This issue will be considered as level 2 issue for LGM-SOC 21.Points will be 15",
25+
"color": "ffcc00"
26+
},
27+
{
28+
"name": "🟩 Level1 ",
29+
"description": "This issue will be considered as level 1 issue for LGM-SOC 21.Points will be 10",
30+
"color": "cfda2c"
31+
},
32+
{
33+
"name": "🟪 Level0 ",
34+
"description": "This issue will be considered as level 0 issue for LGM-SOC 21.Points will be 5",
35+
"color": "aa00de"
36+
},
37+
{
38+
"name": " LGMSOC21 ",
39+
"description": "This issue will be considered for LGM-SOC 21",
40+
"color": "d93f0b"
41+
},
42+
{
43+
"name": " 🤩 Up for Grab ",
44+
"description": "This issue will is not assigned ! Grab It !",
45+
"color": "bf00ff"
46+
}
47+
]

0 commit comments

Comments
 (0)