Skip to content

Commit 32ff044

Browse files
Create labels.json
1 parent bcfc5e7 commit 32ff044

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

labels.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"name": "good first issue",
4+
"color": "7f0799"
5+
},
6+
{
7+
"name": "talk: discussion",
8+
"color": "f9bbe5"
9+
},
10+
{
11+
"name": "🟥 priority: high",
12+
"color": "ff9f1c"
13+
},
14+
{
15+
"name": "🟨 priority: medium",
16+
"color": "ffcc00"
17+
},
18+
{
19+
"name": "🟩 priority: low",
20+
"color": "cfda2c"
21+
},
22+
]

0 commit comments

Comments
 (0)