Skip to content

Commit c493957

Browse files
Created labels.json
1 parent e139dee commit c493957

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

Diff for: .github/labels.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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 25.",
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 10",
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 5",
30+
"color": "cfda2c"
31+
},
32+
{
33+
"name": " LGMSOC21 ",
34+
"description": "This issue will be considered for LGM-SOC 21",
35+
"color": "d93f0b"
36+
},
37+
{
38+
"name": " 🤩 Up for Grab ",
39+
"description": "This issue will is not assigned ! Grab It !",
40+
"color": "bf00ff"
41+
}
42+
]

0 commit comments

Comments
 (0)