-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.json
114 lines (114 loc) · 2.17 KB
/
labels.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"name": "Epic",
"color": "273c75",
"description": "에픽"
},
{
"name": "Story",
"color": "F9165B",
"description": "스토리"
},
{
"name": "Setting",
"color": "b2bec3",
"description": "프로젝트 설정"
},
{
"name": "Priority: Critical",
"color": "B70102",
"description": "우선순위: 긴급"
},
{
"name": "Priority: High",
"color": "DA3D02",
"description": "우선순위: 상"
},
{
"name": "Priority: Low",
"color": "028B0F",
"description": "우선순위: 하"
},
{
"name": "Priority: Medium",
"color": "FBCB00",
"description": "우선순위: 중"
},
{
"name": "Status: Done",
"color": "00b894",
"description": "리뷰까지 완료 된 이슈"
},
{
"name": "Status: Duplicated",
"color": "a29bfe",
"description": "이미 보고 된 이슈",
"aliases": [
"duplicate"
]
},
{
"name": "Status: In Progress",
"color": "74b9ff",
"description": "현재 처리 중인 이슈"
},
{
"name": "Status: Pending",
"color": "fab1a0",
"description": "보류 중인 이슈",
"aliases": [
"wontfix"
]
},
{
"name": "Status: Reviewing",
"color": "fdcb6e",
"description": "처리하고 리뷰 중인 이슈"
},
{
"name": "Status: To Do",
"color": "e17055",
"description": "처리해야 되는 이슈"
},
{
"name": "Type: Bug",
"color": "E24946",
"description": "유형: 버그",
"aliases": [
"bug"
]
},
{
"name": "Type: Documentation",
"color": "1C8733",
"description": "유형: 문서"
},
{
"name": "Type: Feature",
"color": "1870EC",
"description": "유형: 기능 추가"
},
{
"name": "Type: Improvement",
"color": "8A58E6",
"description": "유형: 기능 개선",
"aliases": [
"enhancement"
]
},
{
"name": "Type: Question",
"color": "A26A00",
"description": "유형: 질문"
},
{
"name": "Type: Refactor",
"color": "C0498B",
"description": "유형: 리팩토링"
},
{
"name": "Type: Test",
"color": "D7542E",
"description": "유형: 테스트"
}
]