Skip to content

Commit 762fa5b

Browse files
committed
📝Docs: custom github labels
1 parent e345306 commit 762fa5b

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

label.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"name": "🐞 bug",
4+
"color": "d73a4a",
5+
"description": "버그 리포트"
6+
},
7+
{
8+
"name": "✨ feature",
9+
"color": "0e8a16",
10+
"description": "새로운 기능 요청"
11+
},
12+
{
13+
"name": "♻️ refactor",
14+
"color": "6f42c1",
15+
"description": "리팩토링 작업"
16+
},
17+
{
18+
"name": "🧹 chore",
19+
"color": "1d76db",
20+
"description": "빌드 설정 등 잡일"
21+
},
22+
{
23+
"name": "🚧 in progress",
24+
"color": "fbca04",
25+
"description": "작업 진행 중"
26+
},
27+
{
28+
"name": "👀 review needed",
29+
"color": "ffab00",
30+
"description": "리뷰 요청 필요"
31+
},
32+
{
33+
"name": "🔴 priority: high",
34+
"color": "e11d21",
35+
"description": "높은 우선순위"
36+
},
37+
{
38+
"name": "🟠 priority: medium",
39+
"color": "f9d0c4",
40+
"description": "중간 우선순위"
41+
},
42+
{
43+
"name": "🟢 priority: low",
44+
"color": "c2e0c6",
45+
"description": "낮은 우선순위"
46+
}
47+
]

0 commit comments

Comments
 (0)