-
Notifications
You must be signed in to change notification settings - Fork 52
/
labels.json
110 lines (110 loc) · 1.73 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
[
{
"name": "good first issue",
"color": "7f0799"
},
{
"name": "help wanted",
"color": "7f0799"
},
{
"name": "⛔️ status: discarded",
"color": "eeeeee"
},
{
"name": "✨ goal: improvement",
"color": "ffffff"
},
{
"name": "❓ talk: question",
"color": "f9bbe5"
},
{
"name": "⭐ goal: addition",
"color": "ffffff"
},
{
"name": "🏁 status: ready for dev",
"color": "cccccc"
},
{
"name": "💬 talk: discussion",
"color": "f9bbe5"
},
{
"name": "💻 aspect: code",
"color": "04338c"
},
{
"name": "📄 aspect: text",
"color": "04338c"
},
{
"name": "🔒 staff only",
"color": "7f0799"
},
{
"name": "🕹 aspect: interface",
"color": "04338c"
},
{
"name": "🚦 status: awaiting triage",
"color": "333333"
},
{
"name": "🚧 status: blocked",
"color": "999999"
},
{
"name": "🛠 goal: fix",
"color": "ffffff"
},
{
"name": "🟥 priority: critical",
"color": "b60205"
},
{
"name": "🟧 priority: high",
"color": "ff9f1c"
},
{
"name": "🟨 priority: medium",
"color": "ffcc00"
},
{
"name": "🟩 priority: low",
"color": "cfda2c"
},
{
"name": "🤖 aspect: dx",
"color": "04338c"
},
{
"name": "🧹 status: ticket work required",
"color": "666666"
},
{
"name": "🔢 points: 1",
"color": "62A1A6"
},
{
"name": "🔢 points: 2",
"color": "62A1A6"
},
{
"name": "🔢 points: 3",
"color": "62A1A6"
},
{
"name": "🔢 points: 5",
"color": "62A1A6"
},
{
"name": "🔢 points: 8",
"color": "62A1A6"
},
{
"name": "🔢 points: 13",
"color": "62A1A6"
}
]