-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlabels.json
More file actions
62 lines (62 loc) ยท 1.24 KB
/
labels.json
File metadata and controls
62 lines (62 loc) ยท 1.24 KB
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
[
{
"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...)"
}
]