-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.json
77 lines (77 loc) · 1.54 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
[
{
"name": "0️⃣Priority: Critical",
"color": "8c001a",
"description": "우선순위 긴급"
},
{
"name": "1️⃣Priority: High",
"color": "FF0000",
"description": "우선순위 상"
},
{
"name": "3️⃣Priority: Low",
"color": "F9966b",
"description": "우선순위 하"
},
{
"name": "2️⃣Priority: Medium",
"color": "E77471",
"description": "우선순위 중"
},
{
"name": "⚙ Setting",
"color": "e3dede",
"description": "개발 환경 세팅"
},
{
"name": "✨ Feature",
"color": "a2eeef",
"description": "기능 개발"
},
{
"name": "🌏 Deploy",
"color": "C2E0C6",
"description": "배포 관련"
},
{
"name": "🐞 BugFix",
"color": "d73a4a",
"description": "버그 해결"
},
{
"name": "📃 Docs",
"color": "1D76DB",
"description": "문서 작성 및 수정 (README.md 등)"
},
{
"name": "📬 API",
"color": "D4C5F9",
"description": "서버 API 통신"
},
{
"name": "🔨 Refactor",
"color": "f29a4e",
"description": "코드 리팩토링"
},
{
"name": "🙋♂️ Question",
"color": "9ED447",
"description": "여기 질문"
},
{
"name": "✅ Test",
"color": "ccffc4",
"description": "test 관련(xctest, rxtest, nimble ...color)"
},
{
"name": "⚡️ Simple",
"color": "4DFF58",
"description": "간단한 변경사항"
},
{
"name": "🪡 Want",
"color": "FEF2C0",
"description": "\"해줘.\""
}
]