-
Notifications
You must be signed in to change notification settings - Fork 0
/
labels.json
42 lines (42 loc) · 1.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
[
{ "name": "⚙ Setting", "color": "e3dede", "description": "개발 환경 세팅" },
{ "name": "✨ Feature", "color": "a2eeef", "description": "기능 개발" },
{ "name": "🌏 Deploy", "color": "C2E0C6", "description": "배포 관련" },
{
"name": "🎨 Html&css",
"color": "FEF2C0",
"description": "마크업 & 스타일링"
},
{
"name": "🐞 BugFix",
"color": "d73a4a",
"description": "Something isn't working"
},
{
"name": "💻 CrossBrowsing",
"color": "C5DEF5",
"description": "브라우저 호환성"
},
{
"name": "📃 Docs",
"color": "1D76DB",
"description": "문서 작성 및 수정 (README.md 등)"
},
{ "name": "📬 API", "color": "D4C5F9", "description": "서버 API 통신" },
{ "name": "🔨 Refactor", "color": "f29a4e", "description": "코드 리팩토링" },
{
"name": "🙋♂️ Question",
"color": "9ED447",
"description": "Further information is requested"
},
{
"name": "🥰 Accessibility",
"color": "facfcf",
"description": "웹접근성 관련"
},
{
"name": "✅ Test",
"color": "ccffc4",
"description": "test 관련(storybook, jest...)"
}
]